purescript-0.12.5: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Parser.Types

Synopsis

Documentation

noForAll :: TokenParser SourceType -> TokenParser SourceType Source #

Parse an atomic type with no forall

noWildcards :: TokenParser SourceType -> TokenParser SourceType Source #

Parse an atomic type with no wildcards

parseTypeAtom :: TokenParser SourceType Source #

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