definition: |
isEmpty :: Graph _ _ -> Bool isEmpty (Gr g) = Data.Map.null g |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- test if the given 'Graph' is empty. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Gr}) |-> _} |
name: |
isEmpty |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Graph a b -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |