Mercurial
Mercurial
>
repos
>
isabelle
/ 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
.
src/ZF/Main.ML
author
paulson
Thu, 05 Oct 2006 10:40:12 +0200
changeset 20861
fd0e33caeb3b
parent 17876
b9c92f384109
permissions
-rw-r--r--
a few new functions on thms and cterms
(* $Id$ *)
structure Main =
struct
val thy = the_context ();
end;