CurryInfo: icurry-3.2.0 / TermGraph.SVG.convertState

definition: Info
 
convertState :: Bool -> State -> (Graph, [ChoiceMapping], NodeID)
convertState labelNID state = (g, choiceMappings, root)
  where
    IG.Graph nodes _ root = graph state
    choiceMappings = replaceChoiceIDs nodes (fingerprint state)
    g = map (generateNode labelNID (activeNode state) (results state)) nodes
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Convert states from program execution to states for svg creation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {(,,)}}
name: Info
 convertState
precedence: Info
 no precedence defined
result-values: Info
 {(,,)}
signature: Info
 Prelude.Bool -> TermGraph.XML.State
-> ([Node], [(Prelude.Int, Prelude.Int)], Prelude.Int)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term