src/FOL/simpdata.ML
changeset 5220 07f80f447b27
parent 5219 924359415f09
child 5304 c133f16febc7
--- a/src/FOL/simpdata.ML	Thu Jul 30 19:02:52 1998 +0200
+++ b/src/FOL/simpdata.ML	Thu Jul 30 19:18:50 1998 +0200
@@ -352,8 +352,8 @@
 
 structure Clasimp = ClasimpFun
  (structure Simplifier = Simplifier and Classical = Cla and Blast = Blast
-  val addcongs = op addcongs and delcongs = op delcongs
-  and addSaltern = op addSaltern and addbefore = op addbefore);
+  val op addcongs = op addcongs and op delcongs = op delcongs
+  and op addSaltern = op addSaltern and op addbefore = op addbefore);
 
 open Clasimp;