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 390 B image not shown  

Quelle  NotationsScope.v   Sprache: Coq

 
(* Check notations scopes for terms % and %_ *)

Declare Scope A_scope.
Declare Scope B_scope.
Delimit Scope B_scope with B.

Variant t := T.
Definition f1 (x y : t) := x.
Definition f2 (x y : t) := y.

Notation "x * y" := (f1 x y) : A_scope.
Notation "x * y" := (f2 x y) : B_scope.

Set Printing All.

Local Open Scope A_scope.

Check T * T * T.
Check (T * T * T)%B.
Check (T * T * T)%_B.

99%


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