| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
AlgebraicPath.Ast.Name
Contents
Synopsis
- data Name
- empty :: Name
- mapExtensions :: ([Text] -> [Text]) -> Name -> Name
- traverseExtensions :: Functor f => ([Text] -> f [Text]) -> Name -> f Name
- attoparsecParserOf :: Parser Name
- null :: Name -> Bool
- toTextBuilder :: Name -> TextBuilder
- toText :: Name -> Text
- toBase :: Name -> Text
- toExtensions :: Name -> [Text]
Documentation
Structured base of a single component of a path.
Constructors
Functors
Destructors
toTextBuilder :: Name -> TextBuilder Source #
toExtensions :: Name -> [Text] Source #