Safe Haskell | None |
---|---|
Language | Haskell2010 |
Money.Cereal
Contents
Description
This module only exports orphan Serialize
instances. Import as:
import Money.Cereal ()
Orphan instances
Serialize Scale Source # | |
Serialize SomeDense Source # | Compatible with |
Serialize SomeDiscrete Source # | Compatible with |
Serialize SomeExchangeRate Source # | Compatible with |
KnownSymbol currency => Serialize (Dense currency) Source # | Compatible with |
(KnownSymbol currency, GoodScale scale) => Serialize (Discrete' currency scale) Source # | Compatible with |
(KnownSymbol src, KnownSymbol dst) => Serialize (ExchangeRate src dst) Source # | Compatible with |