Skip to content

Commit

Permalink
chore: remove BinomialHeap, DList, Stack, Queue
Browse files Browse the repository at this point in the history
These are moving to std4.
  • Loading branch information
digama0 authored and leodemoura committed Aug 29, 2022
1 parent bf89c5a commit 0efbc0b
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 464 deletions.
4 changes: 0 additions & 4 deletions src/Bootstrap/Data.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ Copyright (c) 2020 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
import Bootstrap.Data.BinomialHeap
import Bootstrap.Data.DList
import Bootstrap.Data.Stack
import Bootstrap.Data.Queue
import Bootstrap.Data.HashMap
import Bootstrap.Data.HashSet
import Bootstrap.Data.PersistentArray
Expand Down
236 changes: 0 additions & 236 deletions src/Bootstrap/Data/BinomialHeap.lean

This file was deleted.

64 changes: 0 additions & 64 deletions src/Bootstrap/Data/DList.lean

This file was deleted.

38 changes: 0 additions & 38 deletions src/Bootstrap/Data/Queue.lean

This file was deleted.

36 changes: 0 additions & 36 deletions src/Bootstrap/Data/Stack.lean

This file was deleted.

Loading

0 comments on commit 0efbc0b

Please sign in to comment.