Nominal/Ex/LetSimple1.thy
changeset 2950 0911cb7bf696
parent 2943 09834ba7ce59
child 3235 5ebd327ffb96
--- a/Nominal/Ex/LetSimple1.thy	Tue Jul 05 18:01:54 2011 +0200
+++ b/Nominal/Ex/LetSimple1.thy	Tue Jul 05 18:42:34 2011 +0200
@@ -7,7 +7,7 @@
 nominal_datatype trm =
   Var "name"
 | App "trm" "trm"
-| Let x::"name" "trm" t::"trm"   bind x in t
+| Let x::"name" "trm" t::"trm"   binds x in t
 
 print_theorems