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

Quelle  abstract_with_evars.v

  Sprache: Coq
 


Goal unit.
  let x := open_constr:(_) in
  let _ := open_constr:(eq_refl : x = tt) in
  abstract (exact x).
Qed.

Goal unit.
  let x := open_constr:(_) in
  let tac := exact x in (* <- this is a closure *)
  let _ := open_constr:(eq_refl : x = tt) in
  abstract tac.
Qed.

Goal unit.
  Fail let x := open_constr:(_) in
       abstract exact x.
Abort.

Require Import Ltac2.Ltac2.

Goal unit.
  let x := '_ in
  let _ := '(eq_refl : $x = tt) in
  abstract (exact $x).
Qed.

Goal unit.
  let x := '_ in
  let tac () := exact $x in
  let _ := '(eq_refl : $x = tt) in
  abstract (tac ()).
Qed.

Messung V0.5 in Prozent
C=90 H=100 G=95

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