aab8f17fa3660f117ce448b064aab45a4f42f383
[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