Follow GHC.Types changes
[ghc-prim.git] / GHC / Types.hs-boot
index 25f88c4..be0e3bd 100644 (file)
@@ -13,3 +13,5 @@ data Char = C# Char#
 
 data Int = I# Int#
 
+data Bool = False | True
+