(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) (* f x) __coq_plugin_name (* Actually declares the interpreter for int63 *) let _ = let open Notation in at_declare_ml_module (fun () -> let id_int63 = Nametab.locate q_id_int63 in let o = { to_kind = Int63, Direct; to_ty = id_int63; of_kind = Int63, Direct; of_ty = id_int63; ty_name = q_int63; warning = Nop } in enable_prim_token_interpretation { pt_local = false; pt_scope = int63_scope; pt_interp_info = NumeralNotation o; pt_required = (int63_path, int63_module); pt_refs = []; pt_in_match = false }) ()