packages feed

lhc-0.8: lib/ghc-prim/GHC/Bool.hs

{-# OPTIONS_GHC -XNoImplicitPrelude #-}

module GHC.Bool (Bool(..)) where

-- We need Inl etc behind the scenes for the Bool definition
import GHC.Generics ()

default ()

data Bool = False | True