Commit 44cb5a3f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ILouvain] delNode

parent 9b4b5bcb
......@@ -90,7 +90,7 @@ mv g [a,b] [ ] = case match a g of
(Just (p, n, l, s), g1) -> case match b l of
(Nothing, _) -> panic "mv: snd Node of Path does not exist"
(Just (p',n',l',s'), g2) -> (p', n', g2 , s')
-- & (p , n , empty, s )
-- & (p , n , delNode b l, s )
& g1
mv g (x:xs) (y:ys) = panic "mv: path too long"
......
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