ex/Rec.ML
author clasohm
Thu, 08 Dec 1994 12:50:38 +0100
changeset 199 ad45e477926c
parent 171 16c4ea954511
permissions -rw-r--r--
replaced store_thm by bind_thm

open Rec;

goalw thy [mono_def,Domf_def] "mono(Domf(F))";
by (DEPTH_SOLVE (slow_step_tac set_cs 1));
qed "mono_Domf";