hs-abci-sdk-0.1.0.0
Tendermint.SDK.Types.Effects
type family (as :: [a]) :& (bs :: [a]) :: [a] where ... infixr 5 Source #
This type family gives a nice syntax for combining multiple lists of effects.
Equations