Commit 0dc7aa17 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ILouvain] fix simpler type.

parent 0b56cd5e
...@@ -58,9 +58,8 @@ type GraphContexts' a b c = Gr [Context [Context () a] b] c ...@@ -58,9 +58,8 @@ type GraphContexts' a b c = Gr [Context [Context () a] b] c
------------------------------------------------------------------------ ------------------------------------------------------------------------
type MetaGraph a = Gr [TreeContext a] a type MetaGraph a = Gr [TreeContext a] a
data TreeContext a = EmptyContext () | MetaContext [TreeContext a] a data TreeContext a = EmptyContext () | Context [TreeContext a] a
type MetaContext a b = Context a b
------------------------------------------------------------------------ ------------------------------------------------------------------------
......
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