src/Pure/Isar/attrib.ML
changeset 35979 12bb31230550
parent 35625 9c818cab0dd0
child 35998 6b8f789554ae
equal deleted inserted replaced
35978:6343ebe9715d 35979:12bb31230550
   394 val _ = Context.>> (Context.map_theory
   394 val _ = Context.>> (Context.map_theory
   395  (register_config Unify.trace_bound_value #>
   395  (register_config Unify.trace_bound_value #>
   396   register_config Unify.search_bound_value #>
   396   register_config Unify.search_bound_value #>
   397   register_config Unify.trace_simp_value #>
   397   register_config Unify.trace_simp_value #>
   398   register_config Unify.trace_types_value #>
   398   register_config Unify.trace_types_value #>
   399   register_config MetaSimplifier.simp_depth_limit_value));
   399   register_config MetaSimplifier.simp_depth_limit_value #>
       
   400   register_config MetaSimplifier.debug_simp_value #>
       
   401   register_config MetaSimplifier.trace_simp_value));
   400 
   402 
   401 end;
   403 end;