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

Safe HaskellNone
LanguageHaskell2010

Data.Order.Raw

Documentation

type RawOrder a s = STRef s (OrderCell a s) Source #

type family OrderCell a s Source #

type RawElement a s = STRef s (ElementCell a s) Source #

type family ElementCell a s Source #

data RawAlgorithm a s Source #

Constructors

RawAlgorithm 

Fields