This PR introduces the modules `Std.Data.DTreeMap.Raw`, `Std.Data.TreeMap.Raw` and `Std.Data.TreeSet.Raw` and imports them into `Std.Data`. All modules related to the raw tree maps are imported into these new modules so that they are now a transitive dependency of `Std`.
9 lines
266 B
Text
9 lines
266 B
Text
/-
|
|
Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Paul Reichert
|
|
-/
|
|
prelude
|
|
import Std.Data.TreeMap.Basic
|
|
import Std.Data.TreeMap.AdditionalOperations
|
|
import Std.Data.TreeMap.Lemmas
|