annotate tests/conargs.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 644558d9c756
children
rev   line source
adam@1574 1 con func a b = a -> b
adam@1574 2
adam@1574 3 signature S = sig
adam@1574 4 con funcy a b = a -> b
adam@1574 5 end
adam@1574 6
adam@1574 7 structure M : S = struct
adam@1574 8 con funcy = func
adam@1574 9 end