CurryInfo: coosy-3.1.0 / Coosy.Prettier.group

definition:
group :: DOC -> DOC
group x = case flatten x of
  Just x' -> CHOOSE x' x
  Nothing -> x
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
group
precedence:
no precedence defined
result-values:
_
signature:
DOC -> DOC
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms