src/HOLCF/ROOT.ML
author wenzelm
Wed, 06 Aug 1997 11:58:50 +0200
changeset 3623 e843c1d6f9e1
parent 3608 d81caea336ba
child 3953 473ea5ce5ca8
permissions -rw-r--r--
tuned; removed qed_spec_mp;

(*  Title:      HOLCF/ROOT.ML
    ID:         $Id$
    Author:     Franz Regensburger
    Copyright   1993 Technische Universitaet Muenchen

ROOT file for the conservative extension of HOL by the LCF logic.
Should be executed in subdirectory HOLCF.
*)

val banner = "HOLCF";
writeln banner;

print_depth 1;

use_thy "HOLCF";


(* sections axioms, ops *)

use "ax_ops/holcflogic.ML";
use "ax_ops/thy_axioms.ML";
use "ax_ops/thy_ops.ML";
use "ax_ops/thy_syntax.ML";


(* sections domain, generated *)

use "domain/library.ML";
use "domain/syntax.ML";
use "domain/axioms.ML";
use "domain/theorems.ML";
use "domain/extender.ML";
use "domain/interface.ML";


print_depth 10;  

val HOLCF_build_completed = (); (*indicate successful build*)