@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.
7 lines
249 B
Text
7 lines
249 B
Text
/-
|
|
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
|
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.basicaux init.data.list.instances
|