Commit 5fa1eae2 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[GRAPH] insert from tree

parent c6cff3e0
......@@ -91,5 +91,10 @@ mkNodeWithParent NodeList (Just i) uId name =
where
hd = defaultAnnuaire
mkNodeWithParent NodeGraph (Just i) uId name =
insertNodesWithParentR (Just i) [node NodeGraph "Graph" hd Nothing uId]
where
hd = arbitraryGraph
mkNodeWithParent _ _ _ _ = nodeError NotImplYet
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment