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

Quelle  term_notations.v   Sprache: Coq

 
Require Import Ltac2.Ltac2.

(* Preterms are not terms *)
Fail Notation "[ x ]" := $x.

Section Foo.

Notation "[ x ]" := ltac2:(Control.refine (fun _ => Constr.pretype x)).

Goal [ True ].
Proof.
constructor.
Qed.

End Foo.

Section Bar.

(* Have fun with context capture *)
Notation "[ x ]" := ltac2:(
  let c () := Constr.pretype x in
  refine constr:(forall n : nat, n = ltac2:(Notations.exact0 true c))
).

Goal forall n : nat, [ n ].
Proof.
reflexivity.
Qed.

(* This fails currently, which is arguably a bug *)
Fail Goal [ n ].

End Bar.

100%


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