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/CTT/Main.thy
author
wenzelm
Tue, 31 Jul 2007 00:56:29 +0200
changeset 24076
ae946f751c44
parent 17441
5b5feca0344a
child 35762
af3ff2ba4c54
permissions
-rw-r--r--
arith method setup: proper context; turned fast_arith_split/neq_limit into configuration options; tuned signatures; misc cleanup;
(* $Id$ *)
header {* Main includes everything *}
theory Main
imports CTT Arith Bool
begin
end