Skip to content

Commit ce278d5

Browse files
Add top-level binding type signature
1 parent a9de42c commit ce278d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Web/Slack/MessageParser.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ type MegaparsecError = Dec
5656

5757
#if MIN_VERSION_megaparsec(7,0,0)
5858
#else
59+
anySingle :: ParsecT MegaparsecError Text Identity (Token Text)
5960
anySingle = anyChar
6061
#endif
6162

0 commit comments

Comments
 (0)