summaryrefslogtreecommitdiff
path: root/compiler/types/Type.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/Type.lhs-boot')
-rw-r--r--compiler/types/Type.lhs-boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/types/Type.lhs-boot b/compiler/types/Type.lhs-boot
index c2d2dec093..ff9db3e28c 100644
--- a/compiler/types/Type.lhs-boot
+++ b/compiler/types/Type.lhs-boot
@@ -3,7 +3,6 @@ module Type where
import {-# SOURCE #-} TypeRep( Type, Kind )
import Var
-noParenPred :: Type -> Bool
isPredTy :: Type -> Bool
typeKind :: Type -> Kind