guix/tests/lang/eval-okay-to-xml.nix
Eelco Dolstra 215ec2ddc6 * New primop __toXML (or builtins.toXML) to convert an expression to
an XML representation stored in a string.  This should be useful to
  pass structured information to builders.
2006-08-24 14:34:29 +00:00

2 lines
56 B
Nix

builtins.toXML [("a" + "b") 10 (rec {x = "x"; y = x;})]