Mercurial > urweb
view tests/monadTest.ur @ 2164:728aaeea12fd
Add a simple 'make test' target
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 29 Jul 2015 10:08:03 -0400 |
parents | a613cae954ca |
children |
line wrap: on
line source
val x : transaction int = Monad.liftM2 plus (return 1) (return 2) val x : transaction xbody = List.mapXiM (fn i x => return <xml><li>{[i]} = {[x]}</li></xml>) (1 :: 2 :: [])