This is mainly to reduce clutter. Proof term printing can still be forced using the `pp.proofs` option.
3 lines
229 B
Text
3 lines
229 B
Text
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)
|