log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
1766:92cfc69419bd
1768:a613cae954ca
1
val x : transaction int = Monad.liftM2 plus (return 1) (return 2)
2
3
val x : transaction xbody = List.mapXiM (fn i x => return <xml><li>{[i]} = {[x]}</li></xml>) (1 :: 2 :: [])