src/HOL/ex/Rec.ML
author paulson
Mon, 14 Aug 1995 13:42:27 +0200
changeset 1228 7d6b0241afab
parent 969 b051e2fc2e34
permissions -rw-r--r--
updated version number to revision 4

open Rec;

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