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

Quelle  bug_6764.v   Sprache: Coq

 
Module A.
Set Primitive Projections.
Record foo := Foo { foo_n : nat }.
Notation "'■' x" := (foo_n x) (at level 50).
Check forall (f:foo), ■ f = ■ f.
End A.

Module A'.
Set Primitive Projections.
Record foo := Foo { foo_n : nat }.
Notation "'■' x" := x.(foo_n) (at level 50).
Check forall (f:foo), ■ f = ■ f.
End A'.

(* Variant with non-primitive projections *)

Module B.
Record T := {a:nat}.
Notation "%% x" := (a x) (at level 0, x at level 0).
Check fun x => %%x.
End B.

Module B'.
Record T := {a:nat}.
Notation "%% x" := x.(a) (at level 0, x at level 0).
Check fun x => %%x.
End B'.

100%


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