lean4-htt/tests/lean/task.lean.expected.out
Gabriel Ebner 9367e94900 fix(frontends/lean/pp): hide proof terms in non-proofs by default
This is mainly to reduce clutter.  Proof term printing can still be
forced using the `pp.proofs` option.
2017-07-15 22:21:22 +01:00

3 lines
229 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

trace message from a different task
def foo : Π {α : Type u} {n : }, vector α (0 + n) → vector α n :=
λ {α : Type u} {n : }, ite (n = 0) (λ (v : vector α (0 + n)), cast _ v) (λ (v : vector α (0 + n)), cast _ v)