(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* constr -> constr -> (int*constr) list type instance= Real of (int*constr)*int (* nb trous*terme*valeur heuristique *) | Phantom of constr (* domaine de quantification *) val unif_atoms : Evd.evar_map -> metavariable -> constr -> constr -> constr -> instance option val more_general : Evd.evar_map -> (int*constr) -> (int*constr) -> bool