purescript-0.3.5: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred

Language.PureScript.Unknown

Description

Data type for unification variables

Synopsis

Documentation

newtype Unknown t Source

The type of typed unification variables

Constructors

Unknown 

Fields

runUnknown :: Int
 

Instances