Module Hints.FullHint

type t
val priority : t -> int
val pattern : t -> Pattern.constr_pattern option
val database : t -> string option
val run : t -> (hint hint_ast -> 'r Proofview.tactic) -> 'r Proofview.tactic
val name : t -> hints_path_atom
val print : Environ.env -> Evd.evar_map -> t -> Pp.t
val repr : t -> hint hint_ast

This function is for backward compatibility only, not to use in newly written code.