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)
(HTML for this module was generated on 2006-08-12. About the conversion tool.)