src/FOL/IFOL.thy
changeset 35054 a5db9779b026
parent 33369 470a7b233ee5
child 35409 5c5bb83f2bae
child 35413 d8d7d1b785af
     1.1 --- a/src/FOL/IFOL.thy	Sun Nov 01 15:44:26 2009 +0100
     1.2 +++ b/src/FOL/IFOL.thy	Mon Feb 08 21:28:27 2010 +0100
     1.3 @@ -772,7 +772,7 @@
     1.4  
     1.5  translations
     1.6    "_Let(_binds(b, bs), e)"  == "_Let(b, _Let(bs, e))"
     1.7 -  "let x = a in e"          == "Let(a, %x. e)"
     1.8 +  "let x = a in e"          == "CONST Let(a, %x. e)"
     1.9  
    1.10  
    1.11  lemma LetI: