src/HOL/ex/Rec.ML
author lcp
Thu, 06 Apr 1995 10:53:21 +0200
changeset 999 9bf3816298d0
parent 969 b051e2fc2e34
permissions -rw-r--r--
Gave tighter priorities to SUM and PROD to reduce ambiguities.

open Rec;

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