definition: |
boolExpr :: String -> TAExpr boolExpr cons = AComb boolType ConsCall (("Prelude", cons), boolType) [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Smart constructor for Boolean constants |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {AComb}} |
name: |
boolExpr |
precedence: |
no precedence defined |
result-values: |
{AComb} |
signature: |
String -> FlatCurry.Annotated.Types.AExpr FlatCurry.Types.TypeExpr |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |