src/HOLCF/FOCUS/ROOT.ML
author berghofe
Mon, 19 Nov 2001 17:36:05 +0100
changeset 12233 3348aa8061d1
parent 11355 778c369559d9
child 14535 7cb26928e70d
permissions -rw-r--r--
- Fixed bug in shrink - Restored old behaviour of thm_proof - Eliminated reference from theory data

(*  Title:      HOLCF/FOCUS/ROOT.ML
    ID:         $Id$
    Author: 	David von Oheimb, TU Muenchen
    License:    GPL (GNU GENERAL PUBLIC LICENSE)

ROOT file for the FOCUS extension of HOLCF.
*)

val banner = "HOLCF/FOCUS";
writeln banner;

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

use_thy "FOCUS";
use_thy "Buffer_adm";