Skip to content

Commit cf2e897

Browse files
Remove superfluous $
1 parent d75af2d commit cf2e897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Text/Parsing/StringParser/String.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ regex pat =
141141
Just { head: Just matched, tail: _ } ->
142142
Right { result: matched, suffix: { str, pos: pos + length matched } }
143143
_ ->
144-
Left { pos, error: ParseError $ "no match" }
144+
Left { pos, error: ParseError "no match" }

0 commit comments

Comments
 (0)