Documentation
Init
.
Data
.
String
.
Pattern
.
Char
Search
return to top
source
Imports
Init.Data.Option.Lemmas
Init.Data.String.Termination
Init.Data.String.Lemmas.FindPos
Init.Data.String.Lemmas.IsEmpty
Init.Data.String.Lemmas.Order
Init.Data.String.Pattern.Basic
Imported by
String
.
Slice
.
Pattern
.
Char
.
instForwardPatternChar
String
.
Slice
.
Pattern
.
Char
.
instStrictForwardPatternChar
String
.
Slice
.
Pattern
.
Char
.
instLawfulForwardPatternChar
String
.
Slice
.
Pattern
.
Char
.
instToForwardSearcherCharDefaultForwardSearcher
String
.
Slice
.
Pattern
.
Char
.
instBackwardPatternChar
String
.
Slice
.
Pattern
.
Char
.
instStrictBackwardPatternChar
String
.
Slice
.
Pattern
.
Char
.
instLawfulBackwardPatternChar
String
.
Slice
.
Pattern
.
Char
.
instToBackwardSearcherCharDefaultBackwardSearcher
source
@[instance_reducible]
instance
String
.
Slice
.
Pattern
.
Char
.
instForwardPatternChar
{
c
:
Char
}
:
ForwardPattern
c
Equations
One or more equations did not get rendered due to their size.
source
instance
String
.
Slice
.
Pattern
.
Char
.
instStrictForwardPatternChar
{
c
:
Char
}
:
StrictForwardPattern
c
source
instance
String
.
Slice
.
Pattern
.
Char
.
instLawfulForwardPatternChar
{
c
:
Char
}
:
LawfulForwardPattern
c
source
@[instance_reducible]
instance
String
.
Slice
.
Pattern
.
Char
.
instToForwardSearcherCharDefaultForwardSearcher
{
c
:
Char
}
:
ToForwardSearcher
c
(
ToForwardSearcher.DefaultForwardSearcher
c
)
Equations
String.Slice.Pattern.Char.instToForwardSearcherCharDefaultForwardSearcher
=
String.Slice.Pattern.ToForwardSearcher.defaultImplementation
source
@[instance_reducible]
instance
String
.
Slice
.
Pattern
.
Char
.
instBackwardPatternChar
{
c
:
Char
}
:
BackwardPattern
c
Equations
One or more equations did not get rendered due to their size.
source
instance
String
.
Slice
.
Pattern
.
Char
.
instStrictBackwardPatternChar
{
c
:
Char
}
:
StrictBackwardPattern
c
source
instance
String
.
Slice
.
Pattern
.
Char
.
instLawfulBackwardPatternChar
{
c
:
Char
}
:
LawfulBackwardPattern
c
source
@[instance_reducible]
instance
String
.
Slice
.
Pattern
.
Char
.
instToBackwardSearcherCharDefaultBackwardSearcher
{
c
:
Char
}
:
ToBackwardSearcher
c
(
ToBackwardSearcher.DefaultBackwardSearcher
c
)
Equations
String.Slice.Pattern.Char.instToBackwardSearcherCharDefaultBackwardSearcher
=
String.Slice.Pattern.ToBackwardSearcher.defaultImplementation