aboutsummaryrefslogtreecommitdiff
path: root/sucl/graph.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'sucl/graph.dcl')
-rw-r--r--sucl/graph.dcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/sucl/graph.dcl b/sucl/graph.dcl
index 39d976a..50cf702 100644
--- a/sucl/graph.dcl
+++ b/sucl/graph.dcl
@@ -158,6 +158,11 @@ isinstance
/*
> compilegraph :: [(**,(*,[**]))] -> graph * **
> compilegraph = foldr (uncurry updategraph) emptygraph
+*/
+
+compilegraph :: ![(var,Node sym var)] -> Graph sym var
+
+/*
------------------------------------------------------------------------