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.
master
Alex Kost 2015-08-27 22:32:23 +03:00
parent 056b5ceffc
commit c1a8c5ab1c
1 changed files with 10 additions and 0 deletions

View File

@ -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?