view tests/ktuple.ur @ 1976:98bb0e952a11

Finish datetime -> t rename
author Patrick Hurst <phurst@mit.edu>
date Sun, 08 Dec 2013 13:14:58 -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, [])