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