Safe Haskell | Safe-Inferred |
---|
Data.TSTSet
Contents
Description
A wrapper for
.
TST
sym ()
- data TSTSet sym
- empty :: Ord sym => TSTSet sym
- singleton :: Ord sym => [sym] -> TSTSet sym
- insert :: Ord sym => [sym] -> TSTSet sym -> TSTSet sym
- member :: Ord sym => [sym] -> TSTSet sym -> Bool
- delete :: Ord sym => [sym] -> TSTSet sym -> TSTSet sym
- toList :: Ord sym => TSTSet sym -> [[sym]]
- fromList :: Ord sym => [[sym]] -> TSTSet sym
- data WildCard a
- type WildList a = [WildCard a]
- matchWL :: Ord sym => WildList sym -> TSTSet sym -> [[sym]]