purescript-0.5.7: PureScript Programming Language Compiler

Safe HaskellNone

Language.PureScript.Parser.Types

Description

Parsers for types

Synopsis

Documentation

parseType :: Parsec String ParseState TypeSource

Parse a monotype

parsePolyType :: Parsec String ParseState TypeSource

Parse a polytype

parseTypeAtom :: Parsec String ParseState TypeSource

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