scion-0.1.0.1: Haskell IDE librarySource codeContentsIndex
Scion.Inspect.TypeOf
Portabilityportable
Stabilityexperimental
Maintainernominolo@gmail.com
Description
Synopsis
typeOf :: (SearchResult Id, [SearchResult Id]) -> Maybe Type
reduce_type :: Type -> Type
subst_type :: TyVar -> Type -> Type -> Type
Documentation
typeOf :: (SearchResult Id, [SearchResult Id]) -> Maybe TypeSource
reduce_type :: Type -> TypeSource
Reduce a top-level type application if possible. That is, we perform the following simplification step: (forall v . t) t' ==> t [t'/v] where [t'/v] is the substitution of t' for v.
subst_type :: TyVar -> Type -> Type -> TypeSource
Produced by Haddock version 2.4.2