fix(library/data/fintype.lean): reduce imports, to avoid cyclic dependencies
This commit is contained in:
parent
daf53e4de2
commit
26ad6dde69
1 changed files with 1 additions and 1 deletions
|
@ -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 :=
|
||||
|
|
Loading…
Reference in a new issue