CurryInfo: containers-3.0.0 / Data.Set.singleton

definition:
singleton :: key -> Set key
singleton x = Map.singleton x ()
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Construct a set with only a single element.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Bin}}
name:
singleton
precedence:
no precedence defined
result-values:
{Bin}
signature:
a -> Data.Map.Map a ()
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms