src/HOLCF/HOLCF.ML
author paulson
Wed, 04 Nov 1998 13:00:15 +0100
changeset 5801 d2c97ca3be62
parent 4098 71e05eb27fb6
child 7570 a9391550eea1
permissions -rw-r--r--
Some streamlining of text. Theory library is now assumed to be LOCAL and not at TUM.

(*  Title:      HOLCF/HOLCF.ML
    ID:         $Id$
    Author:     Franz Regensburger
    Copyright   1993 Technische Universitaet Muenchen
*)

open HOLCF;

use"adm.ML";

simpset_ref() := simpset() addSolver(fn thms =>
            (adm_tac (cut_facts_tac thms THEN' cont_tacRs)));

val HOLCF_ss = simpset();