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

Safe HaskellNone
LanguageHaskell2010

Data.Order.Algorithm.Raw

Documentation

type RawOrder s o = STRef s (o s) Source #

type RawElement s e = STRef s (e s) Source #

data RawAlgorithm s o e Source #

Constructors

RawAlgorithm 

Fields