packages feed

papa-base-export-0.3.1: src/Papa/Base/Export/Data/Bool.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Base.Export.Data.Bool(
    (&&)
  , (||)
  , not
  , otherwise
  , bool
) where

import Data.Bool (
    (&&)
  , (||)
  , not
  , otherwise
  , bool
  )