Module

Data.Log.Tag

Package
purescript-monad-logger
Repository
cprussin/purescript-monad-logger

#TagSet Source

#intTag Source

Re-exports from Data.Map

#Map Source

data Map k v

Map k v represents maps from keys of type k to values of type v.

Instances

#unions Source

unions :: forall f v k. Ord k => Foldable f => f (Map k v) -> Map k v

Compute the union of a collection of maps

#singleton Source

singleton :: forall v k. k -> v -> Map k v

Create a map with one key/value pair

#empty Source

empty :: forall v k. Map k v

An empty map