definition: |
buildGr :: Show a => [Context a b] -> Graph a b buildGr = foldr (:&) empty |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Build a 'Graph' from a list of 'Context's. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {foldr}} |
name: |
buildGr |
precedence: |
no precedence defined |
result-values: |
{foldr} |
signature: |
Prelude.Show b => [([(a, Prelude.Int)], Prelude.Int, b, [(a, Prelude.Int)])] -> Graph b a |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |