ex/Rec.ML
author lcp
Tue, 06 Sep 1994 10:56:54 +0200
changeset 135 a06a2d930a03
parent 0 7949f97df77a
child 171 16c4ea954511
permissions -rw-r--r--
HOL/ex/PropLog.thy: tidied

open Rec;

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