Set Printing All. Check 1%uint63. Unset Printing All.
OpenScope nat_scope. Check 2. (* : nat *) Check 2%uint63. DelimitScope uint63_scope with ui63. Definition t := 2%uint63. Print t. DelimitScope nat_scope with uint63. Print t. Check 2.
Close Scope nat_scope. Check 2.
Close Scope uint63_scope.
Check add 2 2. OpenScope uint63_scope. Check (add 2 2). Eval vm_compute in add 2 2. Eval vm_compute in mul 65675757 565675998.
Evalsimpl in add 2 2. Eval hnf in add 2 2. Eval cbn in add 2 2. Eval hnf in PrimInt63.add.
Evalsimpl in add (mul 2 3) (mul 2 3). Eval hnf in add (mul 2 3) (mul 2 3). Eval cbn in add (mul 2 3) (mul 2 3).
Section TestNoSimpl. Variable x : int. Evalsimpl in add (add 1 2) x. Eval hnf in add (add 1 2) x. End TestNoSimpl.
¤ 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.5Bemerkung:
¤
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.