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
urbanc
Mon, 19 Dec 2005 12:58:15 +0100
changeset 18436
9649e24bc10e
parent 12303
67ca723a02dd
child 18914
5a476b10d69c
permissions
-rw-r--r--
added thms to perm_compose (so far only composition theorems were included where the type of the permutation was equal)
structure FOL =
struct
val thy = the_context ();
val classical = classical;
end;
open FOL;