comparison tests/tupleError.ur @ 1720:30c0ca20bf59

Pretty-print tuple types using tuple syntax
author Adam Chlipala <adam@chlipala.net>
date Sat, 21 Apr 2012 15:09:02 -0400
parents
children
comparison
equal deleted inserted replaced
1719:0bafdfae2ac7 1720:30c0ca20bf59
1 fun f (x : int * float) : string = x
2 fun g (x : int * float * bool) : string = x
3 fun h (x : {A : int, B : float, C : bool}) : string = x