src/CCL/ROOT.ML
author chaieb
Wed, 31 Oct 2007 12:19:35 +0100
changeset 25250 b3a485b98963
parent 24106 f2965bf954dc
child 32153 a0e57fb1b930
permissions -rw-r--r--
(1) added axiom to ringb and theorems to enable algebra to prove the ideal membership problem; (2) Method algebra now calls algebra_tac which first tries to solve a universal formula, then in case of failure trie to solve the ideal membership problem (see HOL/Tools/Groebner_Basis/groebner.ML)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9000
c20d58286a51 cleaned up;
wenzelm
parents: 6349
diff changeset
     1
(*  Title:      CCL/ROOT.ML
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
    ID:         $Id$
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
    Author:     Martin Coen, Cambridge University Computer Laboratory
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
    Copyright   1993  University of Cambridge
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
17456
bcf7544875b2 converted to Isar theory format;
wenzelm
parents: 9000
diff changeset
     6
Classical Computational Logic based on First-Order Logic.
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
997
a58082b8066c Now sets eta_contract.
lcp
parents: 121
diff changeset
     9
set eta_contract;
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
(* CCL - a computational logic for an untyped functional language *)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
(*                       with evaluation to weak head-normal form *)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
24106
f2965bf954dc simultaneous use_thys;
wenzelm
parents: 20140
diff changeset
    14
use_thys ["Wfd", "Fix"];
f2965bf954dc simultaneous use_thys;
wenzelm
parents: 20140
diff changeset
    15