Mercurial > urweb
view tests/ktuple.ur @ 1430:36c0a1be3f5a
Allow debug and naughtyDebug in client-side code, implemented with alert
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 02 Mar 2011 18:35:03 -0500 |
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, [])