Mercurial > urweb
view tests/ktuple.ur @ 1674:4cacced4a6da
Tweak Especialize heuristic
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 11 Jan 2012 11:08: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, [])