definition: |
isLinear :: Term _ -> Bool isLinear = unique . tVarsAll |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Checks whether a term is linear (contains no variable more than once). |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
isLinear |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
Term a -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |