doc-src/Logics/FOL.tex
changeset 1388 7705e6211865
parent 874 2432820efbfe
child 2495 82ec47e0a8d3
--- 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}