log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/cfold_disj.lac @ 90:94ef20a31550
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Fancier head normalization pushed inside of Disjoint
author
Adam Chlipala <adamc@hcoop.net>
date
Thu, 03 Jul 2008 11:04:25 -0400
parents
children
rev
line source
adamc@90
1
con id = fold (fn nm => fn t :: Type => fn acc => [nm] ~ acc => [nm = t] ++ acc) []
adamc@90
2
adamc@90
3
con idT = id [D = int, E = float]
adamc@90
4
adamc@90
5
val idV = fn x : $idT => x.E