purescript-0.10.7: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Parser.Types

Synopsis

Documentation

parseType :: TokenParser Type Source #

Parse a monotype

noWildcards :: TokenParser Type -> TokenParser Type Source #

Parse an atomic type with no wildcards

parseTypeAtom :: TokenParser Type Source #

Parse a type as it appears in e.g. a data constructor