ex/Rec.ML
author nipkow
Tue, 04 Jan 1994 18:33:20 +0100
changeset 28 3e32fa0e779a
parent 0 7949f97df77a
child 171 16c4ea954511
permissions -rw-r--r--
shortened use_thy section taking advantage of dependencies

open Rec;

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