packages feed

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

{-# LANGUAGE NoImplicitPrelude #-}

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

import Data.Ord as P(
    Ord(compare, (<), (<=), (>), (>=), max, min)
  , Down(Down)
  , comparing
  )