HsTypeStruct

Plain source file: base/AST/HsTypeStruct.hs (2004-12-06)

HsTypeStruct is imported by: BaseSyntaxStruct, HsTypeMaps, HsTypePretty, HsTypeUtil, TiFunDeps, TiPrelude, SyntaxRecPretty.

module HsTypeStruct where

-------- Types -----------------------------------------------------------------

data TI i t  
    = HsTyFun t t
--  | HsTyTuple [t]
    | HsTyApp t t
    | HsTyVar i
    | HsTyCon i
    | HsTyForall [i] [t] t -- forall is . Ps => t
      deriving (Eq,Show,Read)

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)