Mercurial > urweb
view tests/onerror.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 | b4480a56cab7 |
children |
line wrap: on
line source
fun main n = case n of 0 => error <xml>Zero is bad!</xml> | _ => return <xml/>