/purescript-erl-maps

PureScript binding to native Erlang maps

Primary LanguagePureScriptMIT LicenseMIT

purescript-erl-maps

This library provides FFI definitions for native Erlang maps and associated helper functions and type class instances.

The type of Map String Int or Map Atom String represent the types of homogenous erlang maps from (binary) string to integer or atom to string respectively. For non-homogenous maps keyed by atoms, notice that this is actually the representation of PureScript records.