CurryInfo: regexp-4.1.0 / RegExp.alt

definition:
alt :: [Int] -> RegExp a -> RegExp a -> RegExp a
alt _ p q = [Xor p q]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- α|β
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> {:}}
name:
alt
precedence:
no precedence defined
result-values:
{:}
signature:
[Prelude.Int] -> [ORegExp a] -> [ORegExp a] -> [ORegExp a]
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms