chore: move Bootstrap.Data -> Lean.Data

This commit is contained in:
Mario Carneiro 2022-08-29 11:14:25 -04:00
parent f4bae4cd2a
commit 21262e5dca

View file

@ -3,7 +3,7 @@ Copyright (c) 2022 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura, Mac Malone
-/
import Bootstrap.Data.RBMap
import Lean.Data.RBMap
import Lake.Util.Compare
namespace Lake