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
{{ message }}
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
In Haskell and languages with similar syntax, it is common to have expressions like \(x, y) -> (y, x). In writing that, the first ( isn't autoclosed. This behaviour seems to be directly related to the AllowQuote function, and must be there for a reason. However, in this case, it is a hindrance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Haskell and languages with similar syntax, it is common to have expressions like
\(x, y) -> (y, x)
. In writing that, the first(
isn't autoclosed. This behaviour seems to be directly related to theAllowQuote
function, and must be there for a reason. However, in this case, it is a hindrance.The text was updated successfully, but these errors were encountered: