let x := constr:(Type) in constr_eq_strict x x. let x := constr:(Type) in constr_eq x x.
Fail lazymatch type of prod with
| ?A -> ?B -> _ => constr_eq_strict A B end.
lazymatch type of prod with
| ?A -> ?B -> _ => constr_eq A B end.
lazymatch type of prod with
| ?A -> ?B -> ?C => constr_eq A C end.
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.