guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/24: guix graph: Export node types and <node-type> accessors.


From: Alex Kost
Subject: 11/24: guix graph: Export node types and <node-type> accessors.
Date: Fri, 28 Aug 2015 20:06:34 +0000

alezost pushed a commit to branch wip-emacs-popup-ui
in repository guix.

commit 6fea72e556fd526e5185db33195126fce6282104
Author: Alex Kost <address@hidden>
Date:   Thu Aug 27 22:32:23 2015 +0300

    guix graph: Export node types and <node-type> accessors.
    
    * guix/scripts/graph.scm (%node-types, make-node-type, 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 |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm
index 475f054..46fa597 100644
--- a/guix/scripts/graph.scm
+++ b/guix/scripts/graph.scm
@@ -39,6 +39,17 @@
             %bag-emerged-node-type
             %derivation-node-type
             %reference-node-type
+            %node-types
+
+            make-node-type
+            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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]