src/HOL/ex/Rec.ML
author lcp
Tue, 25 Apr 1995 11:14:03 +0200
changeset 1072 0140ff702b23
parent 969 b051e2fc2e34
permissions -rw-r--r--
updated version
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";