Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Syntax-related combinators for HashQualified' (to/from string types).
Synopsis
- parseText :: Text -> Maybe (HashQualified Name)
- unsafeParseText :: HasCallStack => Text -> HashQualified Name
- toText :: HashQualified Name -> Text
- hashQualifiedP :: Monad m => ParsecT (Token Text) [Char] m name -> ParsecT (Token Text) [Char] m (HashQualified name)