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

Safe HaskellNone
LanguageHaskell2010

Data.Order.Pair

Documentation

data OrderPair o a Source #

Instances

Functor (OrderPair o) Source # 

Methods

fmap :: (a -> b) -> OrderPair o a -> OrderPair o b #

(<$) :: a -> OrderPair o b -> OrderPair o a #

withoutOrder :: (forall o. OrderPair o a) -> a Source #