3eda3e9d7ce53c52bb560018a9fdf2a4ece5e32a
[ghc-hetmet.git] / ghc / compiler / reader / ReadPrefix2.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface ReadPrefix2 where
3 import AbsSyn(Module)
4 import HsDecls(ConDecl)
5 import HsPat(InPat)
6 import HsTypes(MonoType)
7 import PreludePS(_PackedString)
8 import ProtoName(ProtoName)
9 import U_list(U_list)
10 import U_ttype(U_ttype)
11 rdConDecl :: _Addr -> _PackedString -> _State _RealWorld -> (ConDecl ProtoName, _State _RealWorld)
12 rdModule :: _State _RealWorld -> ((_PackedString, (_PackedString -> Bool, _PackedString -> Bool), Module ProtoName (InPat ProtoName)), _State _RealWorld)
13 wlkList :: (_Addr -> _PackedString -> _State _RealWorld -> (a, _State _RealWorld)) -> U_list -> _PackedString -> _State _RealWorld -> ([a], _State _RealWorld)
14 wlkMonoType :: U_ttype -> _PackedString -> _State _RealWorld -> (MonoType ProtoName, _State _RealWorld)
15