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
Great fix for the issues with >>=. Thanks for the super fast response. The fix however has unfortunately introduced another bug. Now in imports . is transformed into ∘ so you get the fairly unpleasant import Data∘ByteString∘Char8 instead of Data.ByteString.Char8.
Sorry I feel like the scrooge of prettify-symbols-mode!