papa-0.5.0: src/Papa/Base/Data/Maybe.hs
{-# LANGUAGE CPP #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Data.Maybe (
module P,
) where
import Data.Maybe as P (
Maybe (Just, Nothing),
fromMaybe,
maybe,
)
{-# LANGUAGE CPP #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Base.Data.Maybe (
module P,
) where
import Data.Maybe as P (
Maybe (Just, Nothing),
fromMaybe,
maybe,
)