annotate tests/ktuple.ur @ 1799:3d922a28370b

Basis.getenv
author Adam Chlipala <adam@chlipala.net>
date Thu, 02 Aug 2012 16:33:25 -0400
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, [])