(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * Copyright INRIA, CNRS and contributors *) (* f x) __coq_plugin_name let float_module = ["Coq"; "Floats"; "PrimFloat"] let float_path = make_path float_module "float" let float_scope = "float_scope" let _ = register_rawnumeral_interpretation float_scope (interp_float,uninterp_float); at_declare_ml_module enable_prim_token_interpretation { pt_local = false; pt_scope = float_scope; pt_interp_info = Uid float_scope; pt_required = (float_path,float_module); pt_refs = []; pt_in_match = false }