lean4-htt/tests/lean/run/partial_explicit1.lean
Daniel Selsam 214e960574 fix(frontends/lean/elaborator): incorrect assertion
Conflicts:
	src/frontends/lean/elaborator.cpp
2016-06-14 18:05:39 -07:00

2 lines
125 B
Text

lemma eq_rect (A : Type) (x : A) (P : A → Type) (f : P x) (y : A) (e : x = y) : P y :=
@@eq.rec_on (λ (y : A), P y) e f