refactor(library/data/fintype): create 'fintype' subdirectory
This commit is contained in:
parent
2a6ea2c6fb
commit
c841e63649
3 changed files with 15 additions and 0 deletions
8
library/data/fintype/default.lean
Normal file
8
library/data/fintype/default.lean
Normal file
|
@ -0,0 +1,8 @@
|
|||
/-
|
||||
Copyright (c) 2015 Leonardo de Moura. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Leonardo de Moura
|
||||
|
||||
Finite type (type class).
|
||||
-/
|
||||
import data.fintype.basic data.fintype.function
|
7
library/data/fintype/function.lean
Normal file
7
library/data/fintype/function.lean
Normal file
|
@ -0,0 +1,7 @@
|
|||
/-
|
||||
Copyright (c) 2015 Haitao Zhang. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Haitao Zhang
|
||||
|
||||
Finite type (type class).
|
||||
-/
|
Loading…
Reference in a new issue