Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.PureScript.Parser.Types
Documentation
parseType :: TokenParser Type #
Parse a monotype
parsePolyType :: TokenParser Type #
Parse a polytype
noForAll :: TokenParser Type -> TokenParser Type #
Parse an atomic type with no forall
noWildcards :: TokenParser Type -> TokenParser Type #
Parse an atomic type with no wildcards
parseTypeAtom :: TokenParser Type #
Parse a type as it appears in e.g. a data constructor