39cb5e1bd3be39b2f94022614b6754420f551b7b
[ghc-prim.git] / GHC / Bool.hs
1
2 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
3
4 module GHC.Bool where
5
6 -- We need Inl etc behind the scenes for the Bool definition
7 import GHC.Generics ()
8
9 default ()
10
11 data Bool = False | True