src/HOL/ex/Rec.ML
author paulson
Mon, 14 Aug 1995 13:42:27 +0200
changeset 1228 7d6b0241afab
parent 969 b051e2fc2e34
permissions -rw-r--r--
updated version number to revision 4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
969
b051e2fc2e34 converted ex with curried function application
clasohm
parents:
diff changeset
     1
open Rec;
b051e2fc2e34 converted ex with curried function application
clasohm
parents:
diff changeset
     2
b051e2fc2e34 converted ex with curried function application
clasohm
parents:
diff changeset
     3
goalw thy [mono_def,Domf_def] "mono(Domf(F))";
b051e2fc2e34 converted ex with curried function application
clasohm
parents:
diff changeset
     4
by (DEPTH_SOLVE (slow_step_tac set_cs 1));
b051e2fc2e34 converted ex with curried function application
clasohm
parents:
diff changeset
     5
qed "mono_Domf";