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
{-# LANGUAGE
RecordWildCards
#-}
main = print "hello"
This works in GHC, but raises a parse error in HSE. Note that #-} line is indented by one space - that's important or it's a parse error in GHC too. Originally from ndmitchell/hlint#125