log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/optionM.ur @ 1544:a99b743a3087
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Basis.mkMonad
author
Adam Chlipala <adam@chlipala.net>
date
Fri, 19 Aug 2011 15:23:01 -0400
parents
children
comparison
equal
deleted
inserted
replaced
1543:6f046b4bad24
1544:a99b743a3087
1
fun main () : transaction page = return <xml>{[x <- Some 1;
2
y <- Some 2;
3
return (x + y)]}</xml>