chore(tests/lean): fix tests

This commit is contained in:
Leonardo de Moura 2016-07-07 07:36:15 -07:00
parent 257252e831
commit 9565a464ea
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
structure point (A : Type) (B : Type) :=
mk :: (x : A) (y : B)

View file

@ -1,4 +1,4 @@
import data.unit
-- import data.unit
open unit
namespace play
constant int : Type.{1}

View file

@ -1,4 +1,4 @@
import logic data.prod data.unit
import logic data.prod
definition mk_arrow (A : Type) (B : Type) :=
A → A → B

View file

@ -1,4 +1,4 @@
import logic data.unit data.bool
import logic data.bool
open bool unit decidable
constants a b c : bool

View file

@ -8,7 +8,7 @@
-- Various structures with 1, *, inv, including groups.
import logic.eq
import data.unit data.sigma data.prod
import data.sigma data.prod
import algebra.binary
open eq

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
structure point (A : Type) (B : Type) :=

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
set_option pp.universes true

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
structure point (A : Type) (B : Type) :=

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
set_option structure.eta_thm true

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
structure point (A : Type) (B : Type) :=
mk :: (x : A) (y : B)

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
structure point (A : Type) (B : Type) :=
mk :: (x : A) (y : B)

View file

@ -1,4 +1,4 @@
import logic data.unit
import logic
structure point (A : Type) (B : Type) :=
mk :: (x : A) (y : B)