zm-0.3.2: Language independent, reproducible, absolute types
ZM.Type.Map
Synopsis
data Map a b Source #
A Map is represented as a list of key and value couples
Instances
Associated Types
type Rep (Map a b) :: * -> * #
Methods
from :: Map a b -> Rep (Map a b) x #
to :: Rep (Map a b) x -> Map a b #
envType :: Proxy * (Map a b) -> State Env HType #