view tests/ktuple.ur @ 2292:23eaec04e0f8

Ran a benchmark!
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 04:08:12 -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, [])