Goal Type = Type.
Fail match goal with |- ?x = ?x => idtac end.
Abort.
Goal Prop.
Fail match goal with |- Type => idtac end.
Abort.
Goal Prop = Set.
(* This should fail *)
Fail match goal with |- ?x = ?x => idtac x end.
Abort.
Goal Type = Prop.
(* This should fail *)
Fail match goal with |- ?x = ?x => idtac end.
Abort.
Goal Type = Set.
(* This should fail *)
Fail match goal with |- ?x = ?x => idtac end.
Abort.
¤ Dauer der Verarbeitung: 0.2 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
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.
|