(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* constr -> extraction_result (*s ML declaration corresponding to a Coq reference. *) val extract_declaration : global_reference -> ml_decl (*s Check whether a global reference corresponds to a logical inductive. *) val decl_is_logical_ind : global_reference -> bool (*s Check if a global reference corresponds to the constructor of a singleton inductive. *) val decl_is_singleton : global_reference -> bool val extract_type : env -> constr -> constr list -> int list -> ml_type