ex/Rec.ML
author wenzelm
Wed, 14 Sep 1994 16:05:28 +0200
changeset 142 760641387b20
parent 0 7949f97df77a
child 171 16c4ea954511
permissions -rw-r--r--
replaced lookup_const by Sign.const_type;

open Rec;

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