LCF/LCF.thy: the constant VOID had mixfix syntax "()" !! Added quotes.
authorlcp
Fri, 21 Oct 1994 09:47:02 +0100
changeset 649 237fce674bfb
parent 648 e27c9ec2b48b
child 650 ab49d4f96a09
LCF/LCF.thy: the constant VOID had mixfix syntax "()" !! Added quotes.
src/LCF/LCF.thy
--- a/src/LCF/LCF.thy	Fri Oct 21 09:35:24 1994 +0100
+++ b/src/LCF/LCF.thy	Fri Oct 21 09:47:02 1994 +0100
@@ -32,7 +32,7 @@
  INR    :: "'b => 'a+'b"
  WHEN   :: "['a=>'c, 'b=>'c, 'a+'b] => 'c"
  adm	:: "('a => o) => o"
- VOID	:: "void"		("()")
+ VOID	:: "void"		("'(')")
  PAIR	:: "['a,'b] => 'a*'b"	("(1<_,/_>)" [0,0] 100)
  COND	:: "[tr,'a,'a] => 'a"	("(_ =>/ (_ |/ _))" [60,60,60] 60)
  "<<"	:: "['a,'a] => o"	(infixl 50)