view tests/ktuple.ur @ 1546:133c71008bef

Add prototypes for [un]urlification functions
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Aug 2011 10:55:31 -0400
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, [])