src/HOL/ex/Rec.ML
author paulson
Thu, 18 Jan 1996 10:38:29 +0100
changeset 1444 23ceb1dc9755
parent 969 b051e2fc2e34
permissions -rw-r--r--
trivial updates

open Rec;

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