src/HOLCF/Tools/Domain/domain_extender.ML
changeset 39557 fe5722fce758
parent 36960 01594f816e3a
child 39965 da88519e6a0b
equal deleted inserted replaced
39556:32a00ff29d1a 39557:fe5722fce758
   192                 Domain_Theorems.theorems (eq, eqs) dbind cs info take_info)
   192                 Domain_Theorems.theorems (eq, eqs) dbind cs info take_info)
   193              (dbinds ~~ eqs ~~ eqs' ~~ iso_infos)
   193              (dbinds ~~ eqs ~~ eqs' ~~ iso_infos)
   194           ||>> Domain_Theorems.comp_theorems (comp_dbind, eqs) take_info;
   194           ||>> Domain_Theorems.comp_theorems (comp_dbind, eqs) take_info;
   195   in
   195   in
   196     theorems_thy
   196     theorems_thy
   197       |> PureThy.add_thmss
   197       |> Global_Theory.add_thmss
   198            [((Binding.qualified true "rews" comp_dbind,
   198            [((Binding.qualified true "rews" comp_dbind,
   199               flat rewss @ take_rews), [])]
   199               flat rewss @ take_rews), [])]
   200       |> snd
   200       |> snd
   201   end;
   201   end;
   202 
   202