Definition v (x : nat) := k. GlobalArguments v !_ / . Evalsimpl in v 1. (* k *) End foo.
About v. (* v : nat -> nat
Argument scope is [nat_scope] The reduction tactics unfold v when the 2nd argument evaluates to a constructor and when applied to 2 arguments v is transparent Expands to: Constant Top.v
*) Evalsimpl in v 1. (* v 1 *) Goal True. let k := (evalsimpl in (v 1))
in constr_eq k 1. (* should succeed *) Abort.
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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.