Mercurial > urweb
view tests/ktuple.ur @ 2038:ec2c7a22df0d
Fix off-by-one error in less-safe FFI wrapper generation
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 13 Jul 2014 06:14:23 -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, [])