Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/test-suite/bugs/   (NIST Cobol Test-Suite ©)  Datei vom 15.8.2025 mit Größe 1 kB image not shown  

Quelle  bug_17774.v

  Sprache: Coq
 

Require Import Ltac2.Ltac2.

#[projections(primitive)]
Record r (n : nat) := { w : Prop -> Prop -> Prop }.

Class C (P : Prop) := {}.

Import Printf.
Set Printing Primitive Projection Parameters.

Goal forall (v : r 0) (Q P : Prop), C (v.(w _) P Q).
Proof.
  intros.

  (* Succeeds before and after #17788. *)
  Succeed lazy_match! goal with
  | [ |- ?g ] =>
      let t := open_constr:(C (v.(w _) _ _)) in
      Unification.unify (TransparentState.current ()) g t
  end.

  #[localOpaque w.

  (* Succeeds only after #17788. *)
  Succeed lazy_match! goal with
  | [ |- ?g ] =>
      let t := open_constr:(C (v.(w _) _ _)) in
      Unification.unify (TransparentState.current ()) g t
  end.

  (* Succeeds only after #17788. *)
  Succeed lazy_match! goal with
  | [ |- ?g ] =>
      let t := open_constr:(w _) in
      let t := open_constr:(C ($t v _ _)) in
      (*printf "Term: %t" t;*)
      Unification.unify (TransparentState.current ()) g t
  end.

  (* Succeeds only after #17788. *)
  Succeed lazy_match! goal with
  | [ |- ?g ] =>
      let t := open_constr:(w _) in
      let t := open_constr:(C ($t v _ _)) in
      (*printf "Term: %t" t;*)
      Unification.unify (TransparentState.current ()) g t
  end.
Abort.

Messung V0.5 in Prozent
C=96 H=98 G=96

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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 und die Messung sind noch experimentell.