fix(library/data/fintype.lean): reduce imports, to avoid cyclic dependencies

This commit is contained in:
Jeremy Avigad 2015-05-16 17:51:50 +10:00
parent daf53e4de2
commit 26ad6dde69

View file

@ -5,7 +5,7 @@ Authors: Leonardo de Moura
Finite type (type class).
-/
import data.list data.bool
import data.list.perm data.list.as_type data.bool
open list bool unit decidable option function
structure fintype [class] (A : Type) : Type :=