packages feed

papa-base-export-0.2.0: src/Papa/Base/Export/Data/Maybe.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Base.Export.Data.Maybe(
  module P
) where

import Data.Maybe as P(
    Maybe(Nothing, Just)
  , maybe
  , isJust
  , isNothing
  , fromMaybe
  )