ex/rec.ML
author lcp
Thu, 13 Oct 1994 09:39:15 +0100
changeset 153 c0ff8f1ebc16
parent 0 7949f97df77a
permissions -rw-r--r--
HOL/HOL.ML/selectI2: new rule for descriptions

open Rec;

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