8a2b03588fca89b464a223d640007539fa95fabe
[ghc-hetmet.git] / ghc / compiler / types / Type.hi-boot
1 _interface_ Type 1
2 _usages_
3 TyVar 1 :: TyVar 1;
4 Usage 1 :: Uage 1;
5 _exports_
6 Type Type GenType splitFunTy splitSigmaTy splitRhoTy applyTy;
7 _declarations_
8 1 type Type = GenType TyVar!TyVar Usage.UVar ;
9 1 data GenType a b;
10 1 splitFunTy _:_ _forall_ [a b] => GenType a b -> ([GenType a b], GenType a b) ;;
11 1 splitSigmaTy _:_ _forall_ [a b] => GenType a b -> ([a],[(Class.Class,GenType a b)], GenType a b) ;;
12 1 splitRhoTy   _:_ _forall_ [t u] => GenType t u -> ([(Class.Class,GenType t u)], GenType t u) ;;
13 1 applyTy _:_ Type -> Type -> Type ;;