From c1a8c5ab1caf53dad66ff25cb9eeaa1b6b8ed3f3 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 27 Aug 2015 22:32:23 +0300 Subject: [PATCH] guix graph: Export node types and 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. --- guix/scripts/graph.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) 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?