# HG changeset patch # User kuncar # Date 1337611048 -7200 # Node ID 36a8c477dae88b6ba44226e229c99ef66c6312bb # Parent 8c8a03765de79223a84db4f8e16cb59d92d9759d use quot_del instead of ML code in Rat.thy diff -r 8c8a03765de7 -r 36a8c477dae8 src/HOL/Rat.thy --- a/src/HOL/Rat.thy Mon May 21 16:36:48 2012 +0200 +++ b/src/HOL/Rat.thy Mon May 21 16:37:28 2012 +0200 @@ -1125,7 +1125,6 @@ text {* De-register @{text "rat"} as a quotient type: *} -setup {* Context.theory_map (Lifting_Info.update_quotients @{type_name rat} - {quot_thm = @{thm identity_quotient [where 'a=rat]}}) *} +declare Quotient_rat[quot_del] end