definition: |
(=:<<=) :: Data a => a -> a -> Bool #ifdef __PAKCS__ x =:<<= y = unifEqLinear x y -- Internal implementation of `=:<<=`. unifEqLinear :: a -> a -> Bool unifEqLinear external --- Internal operation used by PAKCS to implement `=:<=`. ifVar :: _ -> a -> a -> a ifVar external #else _ =:<<= _ = error "Prelude.=:<<= not supported!" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
Non-strict equational constraint for linear functional patterns. Thus, it must be ensured that the first argument is always (after evalutation by narrowing) a linear pattern. Experimental and only supported in PAKCS. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
infix |
iotype: |
{} |
name: |
=:<<= |
precedence: |
4 |
result-values: |
{} |
signature: |
Data a => a -> a -> Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |