purescript-0.4.18.2: PureScript Programming Language Compiler
Language.PureScript.TypeChecker.Types
Description
This module implements the type checker
Synopsis
typesOf :: Maybe ModuleName -> ModuleName -> [(Ident, Value)] -> Check [(Ident, (Value, Type))]Source
Infer the types of multiple mutually-recursive values, and return elaborated values including type class dictionaries and type annotations.