purescript-0.6.1.1: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell98

Language.PureScript.Parser.Types

Description

Parsers for types

Synopsis

Documentation

noWildcards :: Parsec String ParseState Type -> Parsec String ParseState Type Source

Parse an atomic type with no wildcards

parseTypeAtom :: Parsec String ParseState Type Source

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