File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 77import Std.Data.Iterators.Lemmas.Basic
88import Std.Data.Iterators.Lemmas.Monadic
99import Std.Data.Iterators.Lemmas.Consumers
10+ import Std.Data.Iterators.Lemmas.Producers
Original file line number Diff line number Diff line change 1+ /-
2+ Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
3+ Released under Apache 2.0 license as described in the file LICENSE.
4+ Authors: Paul Reichert
5+ -/
6+ prelude
7+ import Std.Data.Iterators.Lemmas.Producers.Monadic
8+ import Std.Data.Iterators.Lemmas.Producers.List
Original file line number Diff line number Diff line change 1+ /-
2+ Copyright (c) 2025 Lean FRO, LLC. All rights reserved.
3+ Released under Apache 2.0 license as described in the file LICENSE.
4+ Authors: Paul Reichert
5+ -/
6+ prelude
7+ import Std.Data.Iterators.Lemmas.Producers.Monadic.List
You can’t perform that action at this time.
0 commit comments