fix(tests/lean): adjust tests to reflect changes in the HoTT library

This commit is contained in:
Leonardo de Moura 2015-09-25 09:46:51 -07:00
parent 4a6ff8058d
commit 542a998f0e
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
import hit.circle
import homotopy.circle
open circle
definition f (x : S¹) : bool := circle.rec_on x _ _

View file

@ -1,4 +1,4 @@
import hit.circle
import homotopy.circle
open circle eq int pi

View file

@ -1,5 +1,5 @@
-- HoTT
import hit.circle
import homotopy.circle
open circle eq int pi
attribute circle.rec circle.elim [recursor 4]

View file

@ -1,4 +1,4 @@
import hit.circle
import homotopy.circle
open circle
attribute circle.elim_on [recursor 2]