products/Sources/formale Sprachen/Coq/test-suite/bugs/closed image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: bug_4035.v   Sprache: Coq

Original von: Coq©

(* Supporting tactic notations within Ltac in the presence of an
  "ident" entry which does not expect a fresh ident *)

(* Of course, this is a matter of convention of what "ident" is
   supposed to denote, but in practice, it seems more convenient to
   have less constraints on ident at interpretation time, as
   otherwise more ad hoc entries would be necessary (as e.g. a special
   "quantified_hypothesis" entry for dependent destruction). *)

Require Import Program.
Goal nat -> Type.
  intro x.
  lazymatch goal with
  | [ x : nat |- _ ] => dependent destruction x
  end.
Abort.

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




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.


Bot Zugriff