summaryrefslogtreecommitdiff
path: root/compiler/prelude/TysWiredIn.hs-boot
blob: f7ae6354b3d9572bc89531b40d3aafe25dd13483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module TysWiredIn where

import TyCon
import {-# SOURCE #-} TyCoRep    (Type, Kind)


listTyCon :: TyCon
typeNatKind, typeSymbolKind :: Type
mkBoxedTupleTy :: [Type] -> Type

levityTy, unliftedDataConTy :: Type

liftedTypeKind :: Kind