instance
String.Slice.Pattern.instInhabitedForwardCharPredSearcher
{a✝ : Char → Bool}
{a✝¹ : Slice}
:
Inhabited (ForwardCharPredSearcher a✝ a✝¹)
Equations
def
String.Slice.Pattern.instInhabitedForwardCharPredSearcher.default
{a✝ : Char → Bool}
{a✝¹ : Slice}
:
ForwardCharPredSearcher a✝ a✝¹
Equations
Instances For
@[inline]
def
String.Slice.Pattern.ForwardCharPredSearcher.iter
(p : Char → Bool)
(s : Slice)
:
Std.Iter (SearchStep s)
Equations
Instances For
instance
String.Slice.Pattern.ForwardCharPredSearcher.instIteratorIdSearchStep
{p : Char → Bool}
(s : Slice)
:
Std.Iterator (ForwardCharPredSearcher p s) Id (SearchStep s)
Equations
Equations
Instances For
instance
String.Slice.Pattern.ForwardCharPredSearcher.instFiniteIdSearchStep
{p : Char → Bool}
{s : Slice}
:
instance
String.Slice.Pattern.ForwardCharPredSearcher.instIteratorLoopIdSearchStep
{p : Char → Bool}
{s : Slice}
:
Equations
@[defaultInstance 1000]
instance
String.Slice.Pattern.ForwardCharPredSearcher.instToForwardSearcherForallCharBool
{p : Char → Bool}
:
Equations
@[defaultInstance 1000]
instance
String.Slice.Pattern.ForwardCharPredSearcher.instForwardPatternForallCharBool
{p : Char → Bool}
:
Equations
instance
String.Slice.Pattern.ForwardCharPredSearcher.instToForwardSearcherForallCharPropDecide
{p : Char → Prop}
[DecidablePred p]
:
ToForwardSearcher p (ForwardCharPredSearcher fun (b : Char) => decide (p b))
Equations
instance
String.Slice.Pattern.ForwardCharPredSearcher.instForwardPatternForallCharPropOfDecidablePred
{p : Char → Prop}
[DecidablePred p]
:
Equations
Equations
Instances For
Equations
@[inline]
def
String.Slice.Pattern.BackwardCharPredSearcher.iter
(c : Char → Bool)
(s : Slice)
:
Std.Iter (SearchStep s)
Equations
Instances For
Equations
Equations
Instances For
Equations
@[defaultInstance 1000]
instance
String.Slice.Pattern.BackwardCharPredSearcher.instToBackwardSearcherForallCharBool
{p : Char → Bool}
:
Equations
@[defaultInstance 1000]
instance
String.Slice.Pattern.BackwardCharPredSearcher.instBackwardPatternForallCharBool
{p : Char → Bool}
:
Equations
instance
String.Slice.Pattern.BackwardCharPredSearcher.instBackwardPatternForallCharPropOfDecidablePred
{p : Char → Prop}
[DecidablePred p]
: