purescript-0.11.6: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Parser.Types

Synopsis

Documentation

parseType :: TokenParser Type Source #

Parse a monotype

noForAll :: TokenParser Type -> TokenParser Type Source #

Parse an atomic type with no forall

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