equal
deleted
inserted
replaced
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 |