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

Quelle  bug_5762.v

  Sprache: Coq
 

(* Supporting imp. params. in inductive or fixpoints mutually defined with a notation *)

Reserved Notation "* a" (at level 70).
Inductive P {n : nat} : nat -> Prop :=
| c m : *m
where "* m" := (P m).

Reserved Notation "##".
Inductive I {A:Type} := C : ## where "##" := I.

(* The following was working in 8.6 *)

Require Import TestSuite.vector.

Reserved Notation "# a" (at level 70).
Fixpoint f {n : nat} (v:Vector.t nat n) : nat :=
  match v with
  | Vector.nil _ => 0
  | Vector.cons _ _ _ v => S (#v)
  end
where "# v" := (f v).

(* The following was working in 8.6 *)

Reserved Notation "%% a" (at level 70).
Record R :=
  {g : forall {A} (a:A), a=a where "%% x" := (g x);
   k : %% 0 = eq_refl}.

(* An extra example *)

Module A.
Inductive I {A:Type} := C : # 0 -> I where "# I" := (I = I) : I_scope.
End A.

Messung V0.5 in Prozent
C=97 H=99 G=97

¤ Dauer der Verarbeitung: 0.13 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.