Update GHC.Generics to new generic programming library
[ghc-prim.git] / GHC / Bool.hs-boot
1
2 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
3
4 module GHC.Bool where
5
6 data Bool = False | True
7