annotate tests/tupleError.ur @ 1799:3d922a28370b

Basis.getenv
author Adam Chlipala <adam@chlipala.net>
date Thu, 02 Aug 2012 16:33:25 -0400
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