annotate tests/ktuple.ur @ 1981:e90f218f2d48

Trim trailing whitespace in urweb.c.
author Patrick Hurst <phurst@mit.edu>
date Sat, 25 Jan 2014 18:13:33 -0500
parents d008c4c43a0a
children
rev   line source
adam@1302 1 type q = (fn p => p.1) (int, float)
adam@1302 2 type q = (fn p => p.1 * $p.3) (int, float, [])