Mercurial > urweb
view tests/ktuple.ur @ 1852:3c93e91e97da
Get Iflow working again
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 21 Apr 2013 13:03:20 -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, [])