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 df68bd4 commit 6e59595Copy full SHA for 6e59595
tests/lean/run/string_slice.lean
@@ -222,7 +222,7 @@ Tests for `String.Slice` functions
222
section
223
open String.Slice.Pattern
224
225
-instance [Monad n]{s : String.Slice} : Std.Iterators.IteratorCollect (ForwardSliceSearcher s) Id n :=
+instance [Monad n] {s : String.Slice} : Std.IteratorCollect (ForwardSliceSearcher s) Id n :=
226
.defaultImplementation
227
228
#guard (ToForwardSearcher.toSearcher "" "".toSlice).toList == [.matched "".toSlice.startPos "".toSlice.startPos]
0 commit comments