Mercurial
Mercurial
>
repos
>
isabelle
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
doc-src/Tutorial/Misc/Tree.thy
changeset 15339
a7b603bbc1e6
parent 15338
08519594b0e4
child 15340
cd18d7b73a64
equal
deleted
inserted
replaced
15338:08519594b0e4
15339:a7b603bbc1e6
1
Tree = Main +
2
datatype 'a tree = Tip | Node ('a tree) 'a ('a tree)
3
end