definition: |
fcTrue :: Expr fcTrue = Comb ConsCall (pre "True") [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- `Prelude.True` |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Comb}} |
name: |
fcTrue |
precedence: |
no precedence defined |
result-values: |
{Comb} |
signature: |
FlatCurry.Types.Expr |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |