fix(library/hott) make universe index in ua.lean variable
This commit is contained in:
parent
b8ec1a1649
commit
754901cf64
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import hott.path hott.equiv
|
|||
open path Equiv
|
||||
|
||||
--Ensure that the types compared are in the same universe
|
||||
universe l
|
||||
universe variable l
|
||||
variables (A B : Type.{l})
|
||||
|
||||
private definition isequiv_path (H : A ≈ B) :=
|
||||
|
|
Loading…
Reference in a new issue