order-maintenance-0.2.0.0: Algorithms for the order maintenance problem with a safe interface

Safe HaskellNone
LanguageHaskell2010

Data.Order.Element

Documentation

data Element o Source #

Instances

Eq (Element o) Source # 

Methods

(==) :: Element o -> Element o -> Bool #

(/=) :: Element o -> Element o -> Bool #

Ord (Element o) Source # 

Methods

compare :: Element o -> Element o -> Ordering #

(<) :: Element o -> Element o -> Bool #

(<=) :: Element o -> Element o -> Bool #

(>) :: Element o -> Element o -> Bool #

(>=) :: Element o -> Element o -> Bool #

max :: Element o -> Element o -> Element o #

min :: Element o -> Element o -> Element o #