The problem is that `auto_param` is defined in the old `init/meta/name` module, and we don't want to have `init/meta` dependencies in the `init/lean` modules.
7 lines
202 B
Text
7 lines
202 B
Text
/-
|
|
Copyright (c) 2017 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.rbtree.basic
|