Commit 013663b3 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] RGraph.

parent 68dbd445
......@@ -26,7 +26,7 @@ import Data.Graph.Inductive
------------------------------------------------------------------------
-- Recursive Graph
data RGraph = Empty | Gr [RGraph] Double
data RGraph = Empty | Gr RGraph Double
deriving (Show, Eq)
------------------------------------------------------------------------
-- Spoon Graph
......
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