summaryrefslogtreecommitdiff
path: root/ghc/compiler/rename/RnSource.hi-boot-5
diff options
context:
space:
mode:
authorsimonm <unknown>1998-12-02 13:32:30 +0000
committersimonm <unknown>1998-12-02 13:32:30 +0000
commit438596897ebbe25a07e1c82085cfbc5bdb00f09e (patch)
treeda7a441396aed2e13f6e0cc55282bf041b0cf72c /ghc/compiler/rename/RnSource.hi-boot-5
parent967cc47f37cb93a5e2b6df7822c9a646f0428247 (diff)
downloadhaskell-438596897ebbe25a07e1c82085cfbc5bdb00f09e.tar.gz
[project @ 1998-12-02 13:17:09 by simonm]
Move 4.01 onto the main trunk.
Diffstat (limited to 'ghc/compiler/rename/RnSource.hi-boot-5')
-rw-r--r--ghc/compiler/rename/RnSource.hi-boot-55
1 files changed, 5 insertions, 0 deletions
diff --git a/ghc/compiler/rename/RnSource.hi-boot-5 b/ghc/compiler/rename/RnSource.hi-boot-5
new file mode 100644
index 0000000000..dbb4b1cb32
--- /dev/null
+++ b/ghc/compiler/rename/RnSource.hi-boot-5
@@ -0,0 +1,5 @@
+__interface RnSource 1 0 where
+__export RnSource rnHsSigType;
+1 rnHsSigType :: __forall [_a] => (Outputable.SDoc)
+ -> RdrHsSyn.RdrNameHsType
+ -> RnMonad.RnMS _a RnHsSyn.RenamedHsType ;