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 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.

99%


¤ Dauer der Verarbeitung: 0.5 Sekunden  ¤

*© 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.