definition:
|
literal :: (Semiringc s, CGFunction s, Eq s) => [Int] -> Char
-> Reg (Int, Char) s
literal l a = symc l (==a)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--a
|
failfree:
|
(_, _, _, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_,_) |-> {Reg}}
|
name:
|
literal
|
precedence:
|
no precedence defined
|
result-values:
|
{Reg}
|
signature:
|
(Semiringc a, CGFunction a, Prelude.Eq a) => [Prelude.Int] -> Prelude.Char
-> Reg (Prelude.Int, Prelude.Char) a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|