definition: |
isNotNull :: Value a -> Constraint isNotNull v1 = IsNotNull (toCValue v1) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- IsNotNull construnctor --- @param v1 - First Value |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {IsNotNull}} |
name: |
isNotNull |
precedence: |
no precedence defined |
result-values: |
{IsNotNull} |
signature: |
Value a -> Constraint |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |