| author | wenzelm |
| Sat, 05 Jan 2002 01:14:46 +0100 | |
| changeset 12634 | 3baa6143a9c4 |
| 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;