src/HOLCF/ROOT.ML
author wenzelm
Fri, 21 Dec 2001 23:16:17 +0100
changeset 12587 3f3d2ffb5df5
parent 12036 49f6c49454c2
child 14535 7cb26928e70d
permissions -rw-r--r--
HOL/record: shared operations ("more", "fields", etc.) now need to be always qualified;

(*  Title:      HOLCF/ROOT.ML
    ID:         $Id$
    Author:     Franz Regensburger
    License:    GPL (GNU GENERAL PUBLIC LICENSE)

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

print_depth 10;