stylish-haskell icon indicating copy to clipboard operation
stylish-haskell copied to clipboard

Parse error on record with no space before a double colon

Open luntain opened this issue 7 years ago • 0 comments

data News =
  News { _ntime:: UTCTime
       , _nsummary :: T.Text }

Language.Haskell.Stylish.Parse.parseModule: could not parse : ParseFailed (SrcLoc ".hs" 2 16) "Parse error: :"

ver. 0.8.1.0

luntain avatar Mar 11 '18 16:03 luntain