src/HOL/ROOT.ML
author chaieb
Mon, 11 Jun 2007 11:06:00 +0200
changeset 23314 6894137e854a
parent 23166 45f3c90b2d27
child 23894 1a4167d761ac
permissions -rw-r--r--
A new and cleaned up Theory for QE. for Presburger arithmetic
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1264
3eb91524b938 added local simpsets; removed IOA from 'make test'
clasohm
parents: 1165
diff changeset
     1
(*  Title:      HOL/ROOT.ML
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     2
    ID:         $Id$
23166
45f3c90b2d27 proper loading of ML files (in HOL.thy);
wenzelm
parents: 22997
diff changeset
     3
 
7739
bfe45b716dfc tuned comment;
wenzelm
parents: 7703
diff changeset
     4
Classical Higher-order Logic.
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     5
*)
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     6
23166
45f3c90b2d27 proper loading of ML files (in HOL.thy);
wenzelm
parents: 22997
diff changeset
     7
use_thy "Main";
10275
wenzelm
parents: 10263
diff changeset
     8
10263
9cc180732945 path_add "~~/src/HOL/Library";
wenzelm
parents: 9891
diff changeset
     9
path_add "~~/src/HOL/Library";
5124
1ce3cccfacdb stepping stones: Recdef, Main;
wenzelm
parents: 5110
diff changeset
    10
5501
a63e0c326e6c new files in Integ
paulson
parents: 5425
diff changeset
    11
Goal "True";  (*leave subgoal package empty*)