src/CCL/ROOT.ML
author krauss
Wed, 21 Mar 2007 16:07:40 +0100
changeset 22493 db930e490fe5
parent 20140 98acc6d0fab6
child 24106 f2965bf954dc
permissions -rw-r--r--
added another rule for simultaneous induction, and lemmas for zip

(*  Title:      CCL/ROOT.ML
    ID:         $Id$
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Classical Computational Logic based on First-Order Logic.
*)

val banner = "Classical Computational Logic (in FOL)";
writeln banner;

set eta_contract;

(* CCL - a computational logic for an untyped functional language *)
(*                       with evaluation to weak head-normal form *)

use_thy "Wfd";
use_thy "Fix";