log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/cut.lac @ 149:7420fa18d657
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Record cut
author
Adam Chlipala <adamc@hcoop.net>
date
Thu, 24 Jul 2008 10:09:21 -0400
parents
children
rev
line source
adamc@149
1
val r = {A = 1, B = "Hi", C = 0.0}
adamc@149
2
val rA = r -- #A
adamc@149
3
adamc@149
4
val main : unit -> page = fn () => <html><body>
adamc@149
5
{cdata rA.B}
adamc@149
6
</body></html>