src/HOLCF/HOLCF.ML
author paulson
Thu, 03 Sep 1998 16:40:02 +0200
changeset 5426 566f47250bd0
parent 4098 71e05eb27fb6
child 7570 a9391550eea1
permissions -rw-r--r--
A new approach, using simp_of_act and simp_of_set to activate definitions when necessary

(*  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();