log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/ktuple.ur @ 1302:d008c4c43a0a
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Flex kinds for type-level tuples; ::_ notation
author
Adam Chlipala <adam@chlipala.net>
date
Sun, 10 Oct 2010 13:07:38 -0400
parents
children
rev
line source
adam@1302
1
type q = (fn p => p.1) (int, float)
adam@1302
2
type q = (fn p => p.1 * $p.3) (int, float, [])