We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As title. The following code compiles and works fine but produces parse errors after the "else":
{-# LANGUAGE DoAndIfThenElse #-} main :: IO () main = do if True then return () else return ()