ex/rec.ML
author nipkow
Sun, 19 Feb 1995 15:04:39 +0100
changeset 215 5f9d7ed4ea0c
parent 0 7949f97df77a
permissions -rw-r--r--
Reorganized/optimized datatype definitions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     1
open Rec;
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     2
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     3
goalw thy [mono_def,Domf_def] "mono(Domf(F))";
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     4
by (DEPTH_SOLVE (slow_step_tac set_cs 1));
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     5
val mono_Domf = result();