view tests/ktuple.ur @ 1411:38d950c06dce

Using FastCGI debug info
author Adam Chlipala <adam@chlipala.net>
date Sat, 22 Jan 2011 12:55:48 -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, [])