Eine aufbereitete Darstellung der Quelle

 
     
 
 
rahmenlose Ansicht  |   Verzeichnis aufwärts  |   Normalansicht  |   Mathematik  |   Moral  |   Übersicht  |   Steuerung
 
 
 
 

Benutzer

Quellcode-Bibliothek InvalidDisjunctiveIntro.v   Sprache: unbekannt

 
Theorem test (A:Prop) : A \/ A -> A.
  Fail intros H; destruct H as H.
  (* Cannot coerce to a disjunctive/conjunctive pattern. *)
  Fail intro H; destruct H as H.
  (* Disjunctive/conjunctive introduction pattern expected. *)
  Fail let H := fresh in intro H; destruct H as H.
  (* Cannot coerce to a disjunctive/conjunctive pattern. *)
  Fail let H := fresh in intros H; destruct H as H.
  (* Cannot coerce to a disjunctive/conjunctive pattern. *)
  Fail let H := idtac in intros H; destruct H as H.
  (* Ltac variable H is bound to <tactic closure> which cannot be
coerced to an introduction pattern. *)

  Fail let H := idtac in intros H; destruct H as H'.
  (* Disjunctive/conjunctive introduction pattern expected. *)
  Fail let H' := idtac in intros H; destruct H as H'.
(* Ltac variable H' is bound to <tactic closure> which cannot
be coerced to an introduction pattern. *)

Abort.

Messung V0.5 in Prozent
C=94 H=99 G=96

[0.14QuellennavigatorsProjekt 2026-06-04]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002