Module

Data.Log.Tag

#TagSet

#tag

#intTag

#numberTag

#booleanTag

#jsDateTag

#tagSetTag

#fromArray

Re-exports from Data.Map

#Map

data Map k v

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

Instances

#unions

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

Compute the union of a collection of maps

#singleton

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

Create a map with one key/value pair

#empty

empty :: forall k v. Map k v

An empty map

Modules