purescript-0.6.9.3: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Parser.Types

Description

Parsers for 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