Mercurial > urweb
view tests/blog.ur @ 1580:ec466c1e082a
Catch UnboundNamed exceptions that arise from missing signature items
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 21 Oct 2011 08:51:30 -0400 |
parents | 787d4931fb07 |
children |
line wrap: on
line source
fun main wrap = let fun edit id = let val r = 0 fun save () = <xml/> in wrap (save ()) end in edit 0 end fun wrap (inside : xbody) = return <xml/> val main () = main wrap