diff -r adf22ee09738 -r 0911cb7bf696 Nominal/Ex/LetSimple2.thy --- a/Nominal/Ex/LetSimple2.thy Tue Jul 05 18:01:54 2011 +0200 +++ b/Nominal/Ex/LetSimple2.thy Tue Jul 05 18:42:34 2011 +0200 @@ -7,7 +7,7 @@ nominal_datatype trm = Var "name" | App "trm" "trm" -| Let as::"assn" t::"trm" bind "bn as" in t +| Let as::"assn" t::"trm" binds "bn as" in t and assn = Assn "name" "trm" binder