chore(library/init/data/list): renamed basic_aux ==> basicaux
@kha we are currently avoiding `_` in file names. I am not super happy with names such as `neverextractattr.lean`. I am open to a new name convention for .lean files in the stdlib.
This commit is contained in:
parent
bf9b5c21f8
commit
db75c8e5cf
2 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Leonardo de Moura
|
||||
-/
|
||||
prelude
|
||||
import init.data.list.basic init.data.list.basic_aux init.data.list.instances
|
||||
import init.data.list.basic init.data.list.basicaux init.data.list.instances
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue