12 lines
370 B
Text
12 lines
370 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
|
|
-/
|
|
module
|
|
|
|
prelude
|
|
public import Std.Data.Iterators.Lemmas.Monadic
|
|
public import Std.Data.Iterators.Lemmas.Combinators
|
|
public import Std.Data.Iterators.Lemmas.Producers
|
|
public import Std.Data.Iterators.Lemmas.Equivalence
|