src/HOL/Lambda/ROOT.ML
author bulwahn
Fri, 12 Mar 2010 12:14:30 +0100
changeset 35756 cfde251d03a5
parent 34205 f69cd974bc4e
child 37296 1fad5b94c0ae
permissions -rw-r--r--
refining and adding Spec_Rules to definitional packages old_primrec, primrec, recdef, size and function
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11943
a9672446b45f tuned notation;
wenzelm
parents: 10264
diff changeset
     1
Syntax.ambiguity_level := 100;
25374
7657a081fcb4 qualified Proofterm.proofs;
wenzelm
parents: 24994
diff changeset
     2
Proofterm.proofs := 2;
11943
a9672446b45f tuned notation;
wenzelm
parents: 10264
diff changeset
     3
26748
4d51ddd6aa5c Merged theories about wellfoundedness into one: Wellfounded.thy
krauss
parents: 25374
diff changeset
     4
no_document use_thys ["Code_Integer"];
34205
f69cd974bc4e explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
wenzelm
parents: 33615
diff changeset
     5
use_thys ["Eta", "StrongNorm", "Standardization", "WeakNorm"];