src/HOL/ex/Rec.ML
author clasohm
Mon, 19 Feb 1996 13:54:15 +0100
changeset 1514 3e262b1c0b6c
parent 969 b051e2fc2e34
permissions -rw-r--r--
fixed bug in init_data (put was only invoked for the first date)
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";