log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/equiv.lac @ 19:e634ae817a8e
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Testing constructor equivalences
author
Adam Chlipala <adamc@hcoop.net>
date
Sun, 08 Jun 2008 14:42:12 -0400
parents
children
comparison
equal
deleted
inserted
replaced
18:9a578171de9e
19:e634ae817a8e
1
type t1 = {A : int, B : float}
2
type t2 = {B : float, A : int}
3
val e1 : t1 -> t2 = fn x => x