CurryInfo: regexp-4.1.0 / RegExpEff.alt

definition:
alt :: (Semiring s, CGFunction s, Ord c, Eq s) => [Int] -> Reg c s -> Reg c s
  -> Reg c s
alt l p q = Reg {emptyRe = newcg (emptyRe p + emptyRe q) l,
  final = newcg (final p + final q) l, cg = l, reg = Alt p q}
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- α|β
failfree:
(_, _, _, _, _, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_,_) |-> {Reg}}
name:
alt
precedence:
no precedence defined
result-values:
{Reg}
signature:
(Semiring b, CGFunction b, Prelude.Ord a, Prelude.Eq b) => [Prelude.Int]
-> Reg a b -> Reg a b -> Reg a b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms