elem package:ghc

Get all elements that are stored in the FlatBag.
Return all elements of the map in the ascending order of their keys. Subject to list fusion.
elems (fromList [(5,"a"), (3,"b")]) == ["b","a"]
elems empty == []
An alias of toAscList. The elements of a set in ascending order. Subject to list fusion.
Whether there is a PmAltCon in the PmAltConSet that compares Equal to the given PmAltCon according to eqPmAltCon.
Compute whether there is a value keyed by the given OccName.