author | nipkow |
Mon, 13 May 2002 15:27:28 +0200 | |
changeset 13145 | 59bc43b51aa2 |
parent 12036 | 49f6c49454c2 |
child 14535 | 7cb26928e70d |
permissions | -rw-r--r-- |
(* 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;