removed quotes from consts and syntax sections
authorclasohm
Thu, 07 Dec 1995 14:25:45 +0100
changeset 1388 7705e6211865
parent 1387 9bcad9c22fd4
child 1389 fbe857ddc80d
removed quotes from consts and syntax sections
doc-src/Logics/FOL.tex
--- a/doc-src/Logics/FOL.tex	Thu Dec 07 14:24:32 1995 +0100
+++ b/doc-src/Logics/FOL.tex	Thu Dec 07 14:25:45 1995 +0100
@@ -660,7 +660,7 @@
 equation~$(if)$.
 \begin{ttbox}
 If = FOL +
-consts  if     :: "[o,o,o]=>o"
+consts  if     :: [o,o,o]=>o
 rules   if_def "if(P,Q,R) == P&Q | ~P&R"
 end
 \end{ttbox}