src/HOL/ex/Rec.ML
author clasohm
Fri, 01 Dec 1995 12:03:13 +0100
changeset 1376 92f83b9d17e1
parent 969 b051e2fc2e34
permissions -rw-r--r--
removed quotes from consts and syntax sections
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";