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/FOL/FOL.ML
author
wenzelm
Sat, 04 Sep 1999 21:04:07 +0200
changeset 7472
f1208505d837
parent 7355
4c43090659ca
child 7529
fa534e4f7e49
permissions
-rw-r--r--
removed binding;
structure FOL =
struct
val thy = the_context ();
val classical = classical;
end;
open FOL;