Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Fortran/f90gl-1.2.15/examples/   (NIST Fortran ©)  Datei vom 8.0.2004 mit Größe 3 kB image not shown  

Quellcode-Bibliothek PrintPrimProj.v   Sprache: Coq

 
Set Primitive Projections.

Record Box (A:Type) := box { unbox : A }.

Definition ubox := @unbox.

Axiom trip : nat -> nat -> nat -> Prop.

Ltac show_goal := match goal with |- ?g => idtac g end.

Lemma foo (n:Box nat) :
  (* constant, folded, unfolded *)
    trip (ubox _ n) (unbox _ n) (match n with box _ n => n end).
Proof.
  simpl(* remove extra letins introduced by match compilation *)
  cbv delta [ubox].
  show_goal.

  Set Printing Unfolded Projection As Match.
  show_goal.

  Set Printing Projections.
  show_goal.

  Unset Printing Unfolded Projection As Match.
  show_goal.

  Arguments unbox {_}.
  show_goal.

  Set Printing Unfolded Projection As Match.
  show_goal.

  Unset Printing Projections.
  show_goal.
Abort.

100%


¤ 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.0.4Bemerkung:  ¤

*Bot Zugriff






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.