annotate tests/tupleError.ur @ 2222:4d967a4ddb82

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 29 Nov 2014 03:38:26 -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