src/Tools/Code/code_runtime.ML
changeset 74385 04b1ce7efd22
parent 70387 35dd9212bf29
child 74561 8e6c973003c8
equal deleted inserted replaced
74384:bd9a5e128c31 74385:04b1ce7efd22
   651 
   651 
   652 val ml_computation_conv_antiq = gen_ml_computation_antiq mount_computation_convN;
   652 val ml_computation_conv_antiq = gen_ml_computation_antiq mount_computation_convN;
   653 
   653 
   654 fun ml_computation_check_antiq raw_spec ctxt =
   654 fun ml_computation_check_antiq raw_spec ctxt =
   655   let
   655   let
   656     val cTs = insert (op =) (dest_Const \<^const>\<open>holds\<close>) (prep_spec ctxt raw_spec);
   656     val cTs = insert (op =) (dest_Const \<^Const>\<open>holds\<close>) (prep_spec ctxt raw_spec);
   657   in (print_computation_check ctxt, register_computation cTs \<^typ>\<open>prop\<close> ctxt) end;
   657   in (print_computation_check ctxt, register_computation cTs \<^typ>\<open>prop\<close> ctxt) end;
   658 
   658 
   659 end; (*local*)
   659 end; (*local*)
   660 
   660 
   661 
   661