Closed
Description
Given:
{-# 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
Metadata
Metadata
Assignees
Labels
No labels