doc-src/TutorialI/Inductive/ROOT.ML
author chaieb
Wed, 19 May 2004 11:23:59 +0200
changeset 14758 af3b71a46a1c
parent 10762 cd1a2bee5549
permissions -rw-r--r--
A new implementation for presburger arithmetic following the one suggested in technical report Chaieb Amine and Tobias Nipkow. It is generic an smaller. the tactic has also changed and allows the abstaction over fuction occurences whose type is nat or int.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10217
e61e7e1eacaf *** empty log message ***
nipkow
parents:
diff changeset
     1
use "../settings.ML";
10341
6eb91805a012 added the $Id:$ line
paulson
parents: 10225
diff changeset
     2
use_thy "Even";
10762
cd1a2bee5549 *** empty log message ***
nipkow
parents: 10368
diff changeset
     3
use_thy "Mutual";
10225
b9fd52525b69 *** empty log message ***
nipkow
parents: 10217
diff changeset
     4
use_thy "Star";
10217
e61e7e1eacaf *** empty log message ***
nipkow
parents:
diff changeset
     5
use_thy "AB";
10368
f7e8abd8ea15 replaced Acc.thy by Advanced.thy
paulson
parents: 10341
diff changeset
     6
use_thy "Advanced";
10217
e61e7e1eacaf *** empty log message ***
nipkow
parents:
diff changeset
     7