annotate tests/tupleError.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -0500
parents 30c0ca20bf59
children
rev   line source
adam@1720 1 fun f (x : int * float) : string = x
adam@1720 2 fun g (x : int * float * bool) : string = x
adam@1720 3 fun h (x : {A : int, B : float, C : bool}) : string = x