diff -r abf147627b4b -r a303ef51cd97 Nominal/Ex/BetaCR.thy --- a/Nominal/Ex/BetaCR.thy Mon Dec 19 16:39:20 2011 +0900 +++ b/Nominal/Ex/BetaCR.thy Tue Dec 20 11:40:04 2011 +0900 @@ -243,7 +243,7 @@ quotient_definition "QVar::name \ qlam" is Var quotient_definition "QApp::qlam \ qlam \ qlam" is App quotient_definition QLam ("QLam [_]._") - where "QLam::name \ qlam \ qlam" is Beta.Lam + where "QLam::name \ qlam \ qlam" is BetaCR.Lam lemmas qlam_strong_induct = lam.strong_induct[quot_lifted] lemmas qlam_induct = lam.induct[quot_lifted]