summaryrefslogtreecommitdiff
path: root/guix/scripts/graph.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-08-27 22:32:23 +0300
committerAlex Kost <alezost@gmail.com>2015-08-30 18:26:02 +0300
commitc1a8c5ab1caf53dad66ff25cb9eeaa1b6b8ed3f3 (patch)
treee5df7d1b4d78869e5af1be7d54912274562435b2 /guix/scripts/graph.scm
parent056b5ceffce3d20b603567a8ce641ae8975f8d62 (diff)
downloadguix-patches-c1a8c5ab1caf53dad66ff25cb9eeaa1b6b8ed3f3.tar
guix-patches-c1a8c5ab1caf53dad66ff25cb9eeaa1b6b8ed3f3.tar.gz
guix graph: Export node types and <node-type> accessors.
* guix/scripts/graph.scm (%node-types, node-type, node-type?, node-type-identifier, node-type-label, node-type-edges, node-type-convert, node-type-name, node-type-description): Export.
Diffstat (limited to 'guix/scripts/graph.scm')
-rw-r--r--guix/scripts/graph.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm
index 475f054571..1719ffce68 100644
--- a/guix/scripts/graph.scm
+++ b/guix/scripts/graph.scm
@@ -39,6 +39,16 @@
%bag-emerged-node-type
%derivation-node-type
%reference-node-type
+ %node-types
+
+ node-type
+ node-type?
+ node-type-identifier
+ node-type-label
+ node-type-edges
+ node-type-convert
+ node-type-name
+ node-type-description
%graphviz-backend
graph-backend?