Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/bugs/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 457 B image not shown  

Quelle  bug_3377.v   Sprache: Coq

 
Set Primitive Projections.
Set Implicit Arguments.
Record prod A B := pair { fst : A; snd : B}.

Goal fst (@pair Type Type Type Type).
Set Printing All.
match goal with |- ?f ?x => set (foo := f x) end.
Abort.

Goal forall x : prod Set Set, x = @pair _ _ (fst x) (snd x).
Proof.
  intro x.
  lazymatch goal with
    | [ |- ?x = @pair _ _ (?f ?x) (?g ?x) ] => pose f
  end.
(* Toplevel input, characters 7-44:
Error: No matching clauses for match. *)

Abort.

100%


¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.