annotate tests/tupleError.ur @ 2292:23eaec04e0f8

Ran a benchmark!
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 04:08:12 -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