Mercurial
Mercurial
>
repos
>
testboard
/ annotate
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/CTT/Main.thy
author
wenzelm
Wed, 27 Mar 2013 16:38:25 +0100
changeset 51553
63327f679cff
parent 35762
af3ff2ba4c54
child 58889
5b7a9633cfa8
permissions
-rw-r--r--
more ambitious Goal.skip_proofs: covers Goal.prove forms as well, and do not insist in quick_and_dirty (for the sake of Isabelle/jEdit);
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
17441
5b5feca0344a
converted to Isar theory format;
wenzelm
parents:
16417
diff
changeset
1
header {* Main includes everything *}
10466
78168ca70469
new Main.thy as in HOL, ZF
paulson
parents:
diff
changeset
2
17441
5b5feca0344a
converted to Isar theory format;
wenzelm
parents:
16417
diff
changeset
3
theory Main
5b5feca0344a
converted to Isar theory format;
wenzelm
parents:
16417
diff
changeset
4
imports CTT Arith Bool
5b5feca0344a
converted to Isar theory format;
wenzelm
parents:
16417
diff
changeset
5
begin
10466
78168ca70469
new Main.thy as in HOL, ZF
paulson
parents:
diff
changeset
6
end