Mercurial
Mercurial
>
hg
>
isabelle-cookbook
/ file revision
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
.
ProgTutorial/Recipes/USTypes.thy
author
griff
Tue, 21 Jul 2009 12:05:15 +0200
changeset 269
3e084d62885c
parent 211
d5accbc67e1b
child 346
0fea8b7a14a1
permissions
-rw-r--r--
show the type of "x" in the formula
theory USTypes
imports Main
begin
section {* User Space Type-Systems (TBD) *}
end