| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rattletrap.Primitive.Dictionary
Documentation
data Dictionary a Source #
Constructors
| Dictionary | |
Fields
| |
Instances
| Eq a => Eq (Dictionary a) Source # | |
| Ord a => Ord (Dictionary a) Source # | |
| Show a => Show (Dictionary a) Source # | |
getDictionary :: Get a -> Get (Dictionary a) Source #
putDictionary :: (a -> Put) -> Dictionary a -> Put Source #