This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
762ef464f8
tvl-depot
/
tests
/
lang
/
eval-okay-toxml2.nix
2 lines
56 B
Nix
Raw
Normal View
History
Unescape
Escape
* 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 16:34:29 +02:00
builtins
.
toXML
[
(
"
a
"
+
"
b
"
)
10
(
rec
{
x
=
"
x
"
;
y
=
x
;
}
)
]
Reference in a new issue
Copy permalink