fix(tests/lean): adjust tests to reflect changes in the HoTT library
This commit is contained in:
parent
4a6ff8058d
commit
542a998f0e
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
import hit.circle
|
||||
import homotopy.circle
|
||||
open circle
|
||||
|
||||
definition f (x : S¹) : bool := circle.rec_on x _ _
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import hit.circle
|
||||
import homotopy.circle
|
||||
|
||||
open circle eq int pi
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- HoTT
|
||||
import hit.circle
|
||||
import homotopy.circle
|
||||
open circle eq int pi
|
||||
|
||||
attribute circle.rec circle.elim [recursor 4]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import hit.circle
|
||||
import homotopy.circle
|
||||
open circle
|
||||
|
||||
attribute circle.elim_on [recursor 2]
|
||||
|
|
Loading…
Reference in a new issue