ff01774fd7
This renaming is because type_quotient is a nonstandard name. I've had a discussion with Egbert Rijke, Steve Awodey and Dan Licata, and the consensus for a better name was 'quotient'. I had to make changes in src/kernel/hits/hits.cpp, I renamed g_type_quotient* by g_hit_quotient* (to avoid name clash the standard library quotient, although I don't know whether that name clash would matter).
17 lines
481 B
Text
17 lines
481 B
Text
640.hlean:25:8: proof state
|
|
P : quotient S → Type,
|
|
c c' : C,
|
|
a : A
|
|
⊢ pathover P (quotient.rec (λ (b : A), sorry) (λ (b b' : A) (H : R b b'), sorry) (f a unit.star))
|
|
(eq_of_rel S (S.Rmk a unit.star))
|
|
sorry
|
|
640.hlean:25:22: proof state
|
|
P : quotient S → Type,
|
|
c c' : C,
|
|
a : A
|
|
⊢ pathover P sorry (eq_of_rel S (S.Rmk a unit.star)) sorry
|
|
640.hlean:25:36: proof state
|
|
P : quotient S → Type,
|
|
c c' : C,
|
|
a : A
|
|
⊢ pathover P sorry (eq_of_rel S (S.Rmk a unit.star)) sorry
|