CurryInfo: dimacs-3.0.0 / Dimacs.Build.nubB

definition:
nubB :: Boolean -> Boolean
nubB bs = case bs of
  (And fs) -> And (map nubB fs)
  (Or  fs) -> Or  (nub fs)
  _        -> bs
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({And}) |-> {And} || ({Or}) |-> {Or} || ({Var}) |-> {Var} || ({Not}) |-> {Not}}
name:
nubB
precedence:
no precedence defined
result-values:
_
signature:
Dimacs.Types.Boolean -> Dimacs.Types.Boolean
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms