fix(tests/lean/hott): adjust tests to reflect changes in the libraries
This commit is contained in:
parent
3d7656078d
commit
fde83cd376
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
import algebra.group algebra.precategory.basic algebra.precategory.morphism
|
import algebra.group algebra.precategory.basic
|
||||||
|
|
||||||
open eq sigma unit category morphism path_algebra
|
open eq sigma unit category path_algebra
|
||||||
|
|
||||||
context
|
context
|
||||||
parameters {P₀ : Type} [P : precategory P₀]
|
parameters {P₀ : Type} [P : precategory P₀]
|
||||||
|
|
|
@ -9,5 +9,5 @@ Type₁ : Type₂
|
||||||
-- BEGINWAIT
|
-- BEGINWAIT
|
||||||
-- ENDWAIT
|
-- ENDWAIT
|
||||||
-- BEGINEVAL
|
-- BEGINEVAL
|
||||||
tst.foo.{l_2 l_1} : ?A → ?B → ?A
|
tst.foo.{l_1 l_2} : ?A → ?B → ?A
|
||||||
-- ENDEVAL
|
-- ENDEVAL
|
||||||
|
|
Loading…
Reference in a new issue