Hint Extern 1 => idtac"first"; fail : plus. Hint Extern 1 => idtac"second"; fail : plus.
Hint Extern 2 => idtac"third"; fail : plus. Hint Extern 2 => idtac"fourth"; fail : plus.
Hint Extern 1 => idtac"fifth, different hintDb"; fail : plus2.
Print HintDb plus.
Goal False. (* auto tries hintdbs in order, ignoring cost.
the others apply cost across hintdbs *)
info_auto with plus plus2 nocore.
info_eauto with plus plus2 nocore.
Fail typeclasses eauto with plus plus2 nocore.
Abort.
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.