log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/mutual.ur @ 805:e2780d2f4afc
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Mutual datatypes through Elaborate
author
Adam Chlipala <adamc@hcoop.net>
date
Sat, 16 May 2009 15:14:17 -0400
parents
children
61a1f5c5ae2c
rev
line source
adamc@805
1
datatype foo = A | B of bar
adamc@805
2
and bar = C | D of foo