papa-base-export-0.2.0: src/Papa/Base/Export/Data/Bool.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Papa.Base.Export.Data.Bool(
module P
) where
import Data.Bool as P(
(&&)
, (||)
, not
, otherwise
, bool
)
{-# LANGUAGE NoImplicitPrelude #-}
module Papa.Base.Export.Data.Bool(
module P
) where
import Data.Bool as P(
(&&)
, (||)
, not
, otherwise
, bool
)