# HG changeset patch # User Christian Urban # Date 1276997878 -3600 # Node ID 7b83e1c8ba2e87f4283c655bee0e6c8620723bdf # Parent 5c603b0945ac1c48a0c723317bb40e54b11d136b fixed example diff -r 5c603b0945ac -r 7b83e1c8ba2e Nominal/Ex/SingleLet.thy --- a/Nominal/Ex/SingleLet.thy Sun Jun 20 02:37:44 2010 +0100 +++ b/Nominal/Ex/SingleLet.thy Sun Jun 20 02:37:58 2010 +0100 @@ -8,7 +8,7 @@ Var "name" | App "trm" "trm" | Lam x::"name" t::"trm" bind_set x in t -| Let a::"assg" t1::"trm" t2::"trm" bind_set "bn a" in t1 t2 +| Let a::"assg" t::"trm" bind_set "bn a" in t and assg = As "name" "trm"