Mercurial > urweb
view tests/tupleError.ur @ 2055:7c2229aa22fc
Adds AJAX-oriented widget cpassword.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sun, 10 Aug 2014 13:40:53 -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