definition: |
isConsPattern :: Pattern -> Bool isConsPattern = trPattern (\_ _ -> True) (\_ -> False) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- is pattern a constructor pattern? |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {trPattern}} |
name: |
isConsPattern |
precedence: |
no precedence defined |
result-values: |
{trPattern} |
signature: |
FlatCurry.Types.Pattern -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |