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