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
paulson
Thu, 04 Dec 2003 10:29:17 +0100
changeset 14272
5efbb548107d
parent 12303
67ca723a02dd
child 18914
5a476b10d69c
permissions
-rw-r--r--
Tidying of the integer development; towards removing the abel_cancel simproc
structure FOL =
struct
val thy = the_context ();
val classical = classical;
end;
open FOL;