Mercurial > urweb
view tests/ktuple.ur @ 1984:819756825c8d
Merge in upstream
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Fri, 14 Feb 2014 04:00: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, [])