summaryrefslogtreecommitdiff
path: root/ghc/compiler/hsSyn/HsTypes.lhs
diff options
context:
space:
mode:
authorsimonpj <unknown>2001-06-28 15:11:07 +0000
committersimonpj <unknown>2001-06-28 15:11:07 +0000
commitaa07da11ae0f5587d2d284264a6cd1d2d6053037 (patch)
treedd3a58883df67421b3bb20e5a2120f08a681991d /ghc/compiler/hsSyn/HsTypes.lhs
parent72c8c996b96fb31b11b395097c8e9212325319a3 (diff)
downloadhaskell-aa07da11ae0f5587d2d284264a6cd1d2d6053037.tar.gz
[project @ 2001-06-28 15:11:07 by simonpj]
Fix a missing case in kcHsType. [Could be merged into 5.00.3, but we probably aren't going to have such a thind.]
Diffstat (limited to 'ghc/compiler/hsSyn/HsTypes.lhs')
-rw-r--r--ghc/compiler/hsSyn/HsTypes.lhs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/hsSyn/HsTypes.lhs b/ghc/compiler/hsSyn/HsTypes.lhs
index f5156aeeba..959bcd7488 100644
--- a/ghc/compiler/hsSyn/HsTypes.lhs
+++ b/ghc/compiler/hsSyn/HsTypes.lhs
@@ -75,6 +75,7 @@ data HsType name
-- Generics
| HsOpTy (HsType name) name (HsType name)
| HsNumTy Integer
+
-- these next two are only used in interfaces
| HsPredTy (HsPred name)