fix(arity): remove unnecessary implicit arguments
This commit is contained in:
parent
c1b23f29c9
commit
cb5b07093f
1 changed files with 1 additions and 2 deletions
|
@ -134,8 +134,7 @@ namespace funext
|
|||
begin
|
||||
intro H, esimp [apD100, eq_of_homotopy2, function.compose],
|
||||
apply eq_of_homotopy, intro a,
|
||||
apply concat, apply (ap (λx, @apD10 _ (λb : B a, _) _ _ (x a))), apply (retr apD10),
|
||||
--TODO: remove implicit argument after #469 is closed
|
||||
apply concat, apply (ap (λx, apD10 (x a))), apply (retr apD10),
|
||||
apply (retr apD10)
|
||||
end
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue