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