Mercurial > urweb
view tests/tupleError.ur @ 1827:6b86ca4b0908
Return to working version mode
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 25 Sep 2012 08:29:27 -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