summaryrefslogtreecommitdiff
path: root/compiler/prelude/TysWiredIn.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/prelude/TysWiredIn.hs-boot')
-rw-r--r--compiler/prelude/TysWiredIn.hs-boot5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/prelude/TysWiredIn.hs-boot b/compiler/prelude/TysWiredIn.hs-boot
index 1481a758b1..4e8ebba223 100644
--- a/compiler/prelude/TysWiredIn.hs-boot
+++ b/compiler/prelude/TysWiredIn.hs-boot
@@ -1,13 +1,8 @@
module TysWiredIn where
-import Var( TyVar, ArgFlag )
import {-# SOURCE #-} TyCon ( TyCon )
import {-# SOURCE #-} TyCoRep (Type, Kind)
-
-mkFunKind :: Kind -> Kind -> Kind
-mkForAllKind :: TyVar -> ArgFlag -> Kind -> Kind
-
listTyCon :: TyCon
typeNatKind, typeSymbolKind :: Type
mkBoxedTupleTy :: [Type] -> Type