We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c377176 commit 6b335e6Copy full SHA for 6b335e6
src/Init/Data/Iterators/Basic.lean
@@ -373,8 +373,8 @@ def Iter.IsPlausibleStep {α : Type w} {β : Type w} [Iterator α Id β]
373
it.toIterM.IsPlausibleStep (step.mapIterator Iter.toIterM)
374
375
/--
376
-Asserts that a certain iterator `it'` could plausibly be the directly succeeding iterator of another
377
-given iterator `it`.
+Asserts that a certain iterator `it` could plausibly yield the value `out` after an arbitrary
+number of steps.
378
-/
379
inductive IterM.IsPlausibleIndirectOutput {α β : Type w} {m : Type w → Type w'} [Iterator α m β]
380
: IterM (α := α) m β → β → Prop where
0 commit comments