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.
This commit is contained in:
parent
056b5ceffc
commit
c1a8c5ab1c
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue