src/HOLCF/ROOT.ML
author wenzelm
Tue, 04 Nov 1997 16:57:52 +0100
changeset 4128 42584a53a3e7
parent 4122 f63c283cefaf
child 4129 2fd816aa6206
permissions -rw-r--r--
tuned to make non-Poly/MLs happy;

(*  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";

use "HOLCFLogic.ML";
use "contconsts.ML";

(* domain package *)
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*)