Mercurial > urweb
view tests/ktuple.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 | d008c4c43a0a |
children |
line wrap: on
line source
type q = (fn p => p.1) (int, float) type q = (fn p => p.1 * $p.3) (int, float, [])