definition: |
pTrue :: Pattern pTrue = PComb (Id "true") [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- `True` pattern: |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {PComb}} |
name: |
pTrue |
precedence: |
no precedence defined |
result-values: |
{PComb} |
signature: |
Pattern |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |