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

Quelle  Extraction_infix.v   Sprache: Coq

 
(* @herbelin's example for issue #6212 *)

Require Import Extraction.
Inductive I := C : bool -> bool -> I.
Definition test := C true false.

(* the parentheses around the function wrong signalled an infix operator *)

Extract Inductive I => "foo" [ "(fun (b, p) -> bar)" ].
Extraction test.

(* some bonafide infix operators *)

Extract Inductive I => "foo" [ "(@@?)" ].
Extraction test.

Extract Inductive I => "foo" [ "(#^^)" ].
Extraction test.

Extract Inductive I => "foo" [ "(@?:::)" ].
Extraction test.

(* allow whitespace around infix operator *)

Extract Inductive I => "foo" [ "( @?::: )" ].
Extraction test.

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.