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