changeset 2950 | 0911cb7bf696 |
parent 2930 | 1d9e50934bc5 |
child 3235 | 5ebd327ffb96 |
--- a/Nominal/Ex/Let_ExhaustIssue.thy Tue Jul 05 18:01:54 2011 +0200 +++ b/Nominal/Ex/Let_ExhaustIssue.thy Tue Jul 05 18:42:34 2011 +0200 @@ -8,8 +8,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"