ex/Rec.ML
author nipkow
Wed, 08 Feb 1995 11:34:11 +0100
changeset 210 1a3d3b5b5d15
parent 171 16c4ea954511
permissions -rw-r--r--
More rewrite rules.
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));
171
16c4ea954511 replaced 'val ... = result()' by 'qed "..."'
clasohm
parents: 0
diff changeset
     5
qed "mono_Domf";