annotate tests/ktuple.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
parents d008c4c43a0a
children
rev   line source
adam@1302 1 type q = (fn p => p.1) (int, float)
adam@1302 2 type q = (fn p => p.1 * $p.3) (int, float, [])