merge
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Mon, 10 May 2010 18:32:50 +0200
changeset 2098 f81e0f9f2b2e
parent 2096 41c2445fdee4 (current diff)
parent 2097 60ce41a11180 (diff)
child 2099 9454feb74b45
merge
--- a/Nominal/Ex/Term8.thy	Mon May 10 18:30:27 2010 +0200
+++ b/Nominal/Ex/Term8.thy	Mon May 10 18:32:50 2010 +0200
@@ -7,7 +7,7 @@
 atom_decl name
 
 (* this should work but gives an error at the moment:
-   seems like in the symmetry proof
+   in alpha_bn_rsp proof.
 *)
 
 nominal_datatype foo =
@@ -15,7 +15,7 @@
 | Foo1 b::"bar" f::"foo" bind_set "bv b" in f
 and bar =
   Bar0 "name"
-| Bar1 "name" s::"name" b::"bar" bind s in b
+| Bar1 "name" s::"name" b::"bar" bind_set s in b
 binder
   bv
 where