order-maintenance-0.1.1.1: Algorithms for the order maintenance problem with a safe interface
Data.Order
Contents
Synopsis
data Global Source #
data Element o Source #
Instances
Methods
(==) :: Element o -> Element o -> Bool #
(/=) :: Element o -> Element o -> Bool #
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 #