Implementations of various lambda calculus based systems.Source codeContentsIndex
Typed.TypeSystem
Stabilityexperimental
Maintainerthanos@sians.org
Description
Type system of the typed system.
Synopsis
typeOf :: Context -> Term -> Type
Documentation
typeOf :: Context -> Term -> TypeSource
Tries to type the given Term, w.r.t. the given Context.
Produced by Haddock version 2.4.2