view tests/monadTest.ur @ 2175:3ffef52d549c

Make urweb-mode inherit from prog-mode (contributed by Ziv Scully)
author Adam Chlipala <adam@chlipala.net>
date Thu, 15 Oct 2015 07:52:37 -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 :: [])