view tests/ktuple.ur @ 1962:16c219c74426

Fix a soundness bug in purity analysis (mono_reduce)
author Adam Chlipala <adam@chlipala.net>
date Sun, 19 Jan 2014 13:51:26 -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, [])