{-# OPTIONS_GHC -XNoImplicitPrelude #-} module GHC.Bool where data Bool = False | True