| |||||
| |||||
| data DelSet a | |||||
| data DelSetKey | |||||
| emptyDelSet :: DelSet a | |||||
| addDelSet :: DelSet a -> a -> (DelSet a, DelSetKey) | |||||
| listDelSet :: DelSet a -> [a] | |||||
| delFromDelSet :: DelSet a -> DelSetKey -> DelSet a | |||||
| lookupDelSet :: DelSet a -> DelSetKey -> Maybe a | |||||
| toDelSetKey :: Int -> DelSetKey | |||||
| fromDelSetKey :: DelSetKey -> Int | |||||
| Produced by Haddock version 0.3 |