log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/tupleError.ur @ 1720:30c0ca20bf59
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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