|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Instances | |
|
|
|
|
|
|
| | Methods | | | | | | | | bindS :: (b -> a) -> m a -> (a -> m b) -> m b | Source |
|
| | Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
| class Serialisable a where | Source |
|
| | Methods | | | Instances | | Serialisable Bool | | Serialisable Char | | Serialisable Int | | Serialisable String | | Serialisable () | | Serialisable a => Serialisable ([] a) | | Serialisable a => Serialisable (Maybe a) | | (Serialisable a, Serialisable b) => Serialisable (Either a b) | | (Serialisable a, Serialisable b) => Serialisable ((,) a b) | | (Ord k, Serialisable k, Serialisable v) => Serialisable (Map k v) | | (Serialisable a, Serialisable b, Serialisable c) => Serialisable ((,,) a b c) | | (Serialisable a, Serialisable b, Serialisable c, Serialisable d) => Serialisable ((,,,) a b c d) | | (Serialisable a, Serialisable b, Serialisable c, Serialisable d, Serialisable e) => Serialisable ((,,,,) a b c d e) | | (Serialisable a, Serialisable b, Serialisable c, Serialisable d, Serialisable e, Serialisable f) => Serialisable ((,,,,,) a b c d e f) |
|
|
|
|
|
|
|
|
| Force the Bool to force the a. True means ok and false means left-over garbage.
|
|
| Produced by Haddock version 2.4.2 |