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