Mercurial > urweb
view tests/tupleError.ur @ 1740:d2ec62c5ad81
Adaptations to ezyang's patch
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 03 May 2012 10:29:12 -0400 |
parents | 30c0ca20bf59 |
children |
line wrap: on
line source
fun f (x : int * float) : string = x fun g (x : int * float * bool) : string = x fun h (x : {A : int, B : float, C : bool}) : string = x