src/HOL/Tools/Predicate_Compile/predicate_compile.ML
changeset 36254 95ef0a3cf31c
parent 36248 9ed1a37de465
child 36960 01594f816e3a
equal deleted inserted replaced
36253:6e969ce3dfcc 36254:95ef0a3cf31c
   160       specialise = chk "specialise",
   160       specialise = chk "specialise",
   161       fail_safe_function_flattening = false,
   161       fail_safe_function_flattening = false,
   162       no_topmost_reordering = (chk "no_topmost_reordering"),
   162       no_topmost_reordering = (chk "no_topmost_reordering"),
   163       no_higher_order_predicate = [],
   163       no_higher_order_predicate = [],
   164       inductify = chk "inductify",
   164       inductify = chk "inductify",
       
   165       detect_switches = chk "detect_switches",
   165       compilation = compilation
   166       compilation = compilation
   166     }
   167     }
   167   end
   168   end
   168 
   169 
   169 fun code_pred_cmd (((expected_modes, proposed_modes), raw_options), raw_const) lthy =
   170 fun code_pred_cmd (((expected_modes, proposed_modes), raw_options), raw_const) lthy =