papa-base-export-0.3.1: src/Papa/Base/Export/Data/Ord.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Papa.Base.Export.Data.Ord(
Ord(compare, (<), (<=), (>), (>=), max, min)
, Down(Down)
, comparing
) where
import Data.Ord (
Ord(compare, (<), (<=), (>), (>=), max, min)
, Down(Down)
, comparing
)