src/HOLCF/ROOT.ML
author nipkow
Mon, 06 Jun 2005 19:09:49 +0200
changeset 16305 5e7b6731b004
parent 15188 9d57263faf9e
child 16483 ace3c2b95353
permissions -rw-r--r--
Added the t = x "fix" - in (* ... *) :-(

(*  Title:      HOLCF/ROOT.ML
    ID:         $Id$
    Author:     Franz Regensburger

Conservative (semantic) extension of HOL by the LCF logic.
*)

val banner = "HOLCF";
writeln banner;

print_depth 1;

use_thy "HOLCF";

use "holcf_logic.ML";
use "cont_consts.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";

path_add "~~/src/HOLCF/ex";

print_depth 10;