You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is because I added \n as a termination character to type signatures started with ::, which is import ant in do notation and similar, for example x <- y :: Types \n other_stuff in that case other_stuff obviously shouldn't be part of a type signature. I thin this is fixable by not including \n as termination in parenthesized type annotations, however it may be difficult to do so without a lot of code duplication.
Viz.:
GitHub highlighting also suffers from the same issue it seems:
The text was updated successfully, but these errors were encountered: