Class A (x : True) := a : True. Class B x (y : A x) := b : True. Axiom pf : forall x y, B x y -> False.
#[export] Instance: B I I := I. Goal False.
#[export] Hint Mode A + : typeclass_instances. Set Typeclasses Debug. pose (pf _ _ _). Set Typeclasses Debug Verbosity 2.
#[export] Hint Mode A - : typeclass_instances. pose (pf _ _ _). Abort.
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 ist noch experimentell.