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

Quelle  bug_9633.v   Sprache: Coq

 
Declare Custom Entry expr.

Check fun expr => expr.
Check fun constr => constr.
Goal True.
  let x := open_constr:(1+1) in pose x.
  let x := constr:(1+1) in pose x.
Abort.

Module A.
  Notation "'constr' : ( e )" := e (in custom expr, e constr).
  Notation "'expr' : ( e )" := e (e custom expr).

  Check expr:( constr:( 1 )).

  Check fun expr => expr.
  Check fun constr => constr.
  Goal True.
    let x := open_constr:(1+1) in pose x.
    let x := constr:(1+1) in pose x.
  Abort.
End A.

Module B.
  Notation "'expr' : ( e )" := e (e custom expr).
  Notation "'constr' : ( e )" := e (in custom expr, e constr).

  Check expr:( constr:( 1 )).

  Check fun expr => expr.
  Check fun constr => constr.
  Goal True.
    let x := open_constr:(1+1) in pose x.
    let x := constr:(1+1) in pose x.
  Abort.
End B.

100%


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