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:
Leonardo de Moura 2019-10-02 08:56:31 -07:00
parent bf9b5c21f8
commit db75c8e5cf
2 changed files with 1 additions and 1 deletions

View file

@ -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