src/HOL/Tools/Lifting/lifting_bnf.ML
changeset 58177 166131276380
parent 57890 1e13f63fb452
child 58179 2de7b0313de3
equal deleted inserted replaced
58176:710710a66173 58177:166131276380
   114     in
   114     in
   115       snd (Local_Theory.notes notes lthy)
   115       snd (Local_Theory.notes notes lthy)
   116     end
   116     end
   117 
   117 
   118 val _ = Context.>> (Context.map_theory (bnf_interpretation
   118 val _ = Context.>> (Context.map_theory (bnf_interpretation
   119   (bnf_only_type_ctr (fn bnf => map_local_theory (lifting_bnf_interpretation bnf)))))
   119   (bnf_only_type_ctr (map_local_theory o lifting_bnf_interpretation))
       
   120   (bnf_only_type_ctr lifting_bnf_interpretation)))
   120 
   121 
   121 end
   122 end