deleted leading space in the definition of fresh
authorurbanc
Mon, 17 Oct 2005 17:40:34 +0200
changeset 17871 67ffbfcd6fef
parent 17870 c35381811d5c
child 17872 f08fc98a164a
deleted leading space in the definition of fresh
src/HOL/Nominal/Nominal.thy
--- a/src/HOL/Nominal/Nominal.thy	Mon Oct 17 12:30:57 2005 +0200
+++ b/src/HOL/Nominal/Nominal.thy	Mon Oct 17 17:40:34 2005 +0200
@@ -101,7 +101,7 @@
    supp :: "'a \<Rightarrow> ('x set)"  
    "supp x \<equiv> {a . (infinite {b . [(a,b)]\<bullet>x \<noteq> x})}"
 
-   fresh :: "'x \<Rightarrow> 'a \<Rightarrow> bool" (" _ \<sharp> _" [80,80] 80)
+   fresh :: "'x \<Rightarrow> 'a \<Rightarrow> bool" ("_ \<sharp> _" [80,80] 80)
    "a \<sharp> x \<equiv> a \<notin> supp x"
 
    supports :: "'x set \<Rightarrow> 'a \<Rightarrow> bool" (infixl 80)