diff options
Diffstat (limited to 'ghc/compiler/reader/ReadPrefix2.hi')
-rw-r--r-- | ghc/compiler/reader/ReadPrefix2.hi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ghc/compiler/reader/ReadPrefix2.hi b/ghc/compiler/reader/ReadPrefix2.hi deleted file mode 100644 index 3eda3e9d7c..0000000000 --- a/ghc/compiler/reader/ReadPrefix2.hi +++ /dev/null @@ -1,15 +0,0 @@ -{-# GHC_PRAGMA INTERFACE VERSION 5 #-} -interface ReadPrefix2 where -import AbsSyn(Module) -import HsDecls(ConDecl) -import HsPat(InPat) -import HsTypes(MonoType) -import PreludePS(_PackedString) -import ProtoName(ProtoName) -import U_list(U_list) -import U_ttype(U_ttype) -rdConDecl :: _Addr -> _PackedString -> _State _RealWorld -> (ConDecl ProtoName, _State _RealWorld) -rdModule :: _State _RealWorld -> ((_PackedString, (_PackedString -> Bool, _PackedString -> Bool), Module ProtoName (InPat ProtoName)), _State _RealWorld) -wlkList :: (_Addr -> _PackedString -> _State _RealWorld -> (a, _State _RealWorld)) -> U_list -> _PackedString -> _State _RealWorld -> ([a], _State _RealWorld) -wlkMonoType :: U_ttype -> _PackedString -> _State _RealWorld -> (MonoType ProtoName, _State _RealWorld) - |