Skip to content

Commit

Permalink
fix: unorphan modules in Std.Data
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoFX committed Jul 8, 2024
1 parent 6ed26dc commit 76a2a3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/Std/Data.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ prelude
import Std.Data.DHashMap
import Std.Data.HashMap
import Std.Data.HashSet

-- The three imports above only import the modules needed to work with the version which bundles
-- the well-formedness invariant, so we need to additionally import the files that deal with the
-- unbundled version
import Std.Data.DHashMap.RawLemmas
import Std.Data.HashMap.RawLemmas
import Std.Data.HashSet.RawLemmas
1 change: 0 additions & 1 deletion src/Std/Data/DHashMap.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ Authors: Markus Himmel
-/
prelude
import Std.Data.DHashMap.Basic
import Std.Data.DHashMap.RawLemmas
import Std.Data.DHashMap.Lemmas
import Std.Data.DHashMap.AdditionalOperations

0 comments on commit 76a2a3c

Please sign in to comment.