definition: |
null :: SetRBT _ -> Bool null = RBT.isEmpty |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Test for an empty set. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {isEmpty}} |
name: |
null |
precedence: |
no precedence defined |
result-values: |
{isEmpty} |
signature: |
Data.RedBlackTree.RedBlackTree a -> Prelude.Bool |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |