summaryrefslogtreecommitdiff
path: root/ghc/compiler/reader/PrefixSyn.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/reader/PrefixSyn.lhs')
-rw-r--r--ghc/compiler/reader/PrefixSyn.lhs11
1 files changed, 6 insertions, 5 deletions
diff --git a/ghc/compiler/reader/PrefixSyn.lhs b/ghc/compiler/reader/PrefixSyn.lhs
index 8cd388bd06..cd4d1b8b93 100644
--- a/ghc/compiler/reader/PrefixSyn.lhs
+++ b/ghc/compiler/reader/PrefixSyn.lhs
@@ -12,17 +12,18 @@ order that follows the \tr{Prefix_Form} document.
module PrefixSyn (
RdrBinding(..),
- RdrId(..),
+ SYN_IE(RdrId),
RdrMatch(..),
- SigConverter(..),
- SrcFile(..),
- SrcFun(..),
- SrcLine(..),
+ SYN_IE(SigConverter),
+ SYN_IE(SrcFile),
+ SYN_IE(SrcFun),
+ SYN_IE(SrcLine),
readInteger
) where
IMP_Ubiq()
+IMPORT_1_3(Char(isDigit))
import HsSyn
import RdrHsSyn