CurryInfo: dimacs-3.0.0 / Dimacs.Build.xor

definition:
xor :: Boolean -> Boolean -> Boolean
a `xor` b = (no a ./\ b) .\/ (a ./\ no b)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Exclusive or.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
xor
precedence:
no precedence defined
result-values:
_
signature:
Dimacs.Types.Boolean -> 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