 | stringtable-atom-0.0.6.1: Memoize Strings as Atoms for fast comparison and sorting, with maps and sets | Contents | Index |
|
|
|
|
|
| Documentation |
|
| data Atom |
Instances | |
|
|
| class ToAtom a where |
| | Methods | | | Instances | |
|
|
| class FromAtom a where |
| | Methods | | | Instances | |
|
|
| class HasHash a where |
| | Methods | | | Instances | |
|
|
| intToAtom :: Monad m => Int -> m Atom |
|
| isValidAtom :: Int -> Bool |
|
| unsafeIntToAtom :: Int -> Atom |
|
| atomCompare :: Atom -> Atom -> Ordering |
|
| unsafeByteIndex :: Atom -> Int -> Word8 |
|
| dumpTable :: IO () |
|
| dumpToFile :: IO () |
|
| dumpStringTableStats :: IO () |
|
| Produced by Haddock version 2.7.2 |