fix(tests/lean/hott): adjust tests to reflect changes in the libraries

This commit is contained in:
Leonardo de Moura 2015-03-04 09:28:16 -08:00
parent 3d7656078d
commit fde83cd376
2 changed files with 3 additions and 3 deletions

View file

@ -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₀]

View file

@ -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