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
berghofe
Fri, 16 Feb 2007 19:19:19 +0100
changeset 22330
00ca68f5ce29
parent 17441
5b5feca0344a
child 35762
af3ff2ba4c54
permissions
-rw-r--r--
Replaced "raise RecError" by "primrec_err" in function gen_primrec_i to prevent error message from being suppressed.
(* $Id$ *)
header {* Main includes everything *}
theory Main
imports CTT Arith Bool
begin
end