log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/monadTest.ur @ 1768:a613cae954ca
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Some standard library additions from Edward Z. Yang
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 19 May 2012 11:32:12 -0400
parents
children
rev
line source
adam@1768
1
val x : transaction int = Monad.liftM2 plus (return 1) (return 2)
adam@1768
2
adam@1768
3
val x : transaction xbody = List.mapXiM (fn i x => return <xml><li>{[i]} = {[x]}</li></xml>) (1 :: 2 :: [])