From c68d182951b477edeb95d71942e97cecef627d5d Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 25 May 2004 09:03:51 +0000 Subject: [PATCH] * wrap/python/cgi/ltl2tgba.in: Typos. --- wrap/python/cgi/ltl2tgba.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/python/cgi/ltl2tgba.in b/wrap/python/cgi/ltl2tgba.in index e9c171b19..0d9f31823 100644 --- a/wrap/python/cgi/ltl2tgba.in +++ b/wrap/python/cgi/ltl2tgba.in @@ -246,7 +246,7 @@ means G(F(a)). Use "GFa" if you really want to refer to GFa as a proposition.
Conversely, infix letter operators are not assumed to be operators if they are part of an identifier: aUb is an atomic proposition, unlike -a U b and (a)U(b)

+a U b and (a)U(b).