src/HOL/ex/Rec.ML
author paulson
Fri, 03 May 1996 17:35:13 +0200
changeset 1717 8d46452739d7
parent 969 b051e2fc2e34
permissions -rw-r--r--
Extra examples for safe_meson_tac

open Rec;

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