-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, with normal stack build, the plugin works good
But, when i do a parseModule, typeCheck and load the module with ghc, the generated code looks like this
uncons = \case [] -> Nothing a : b -> Just (Data.Record.Anon.Simple.applyPending Data.Record.Anon.Simple.insert #head a Data.Record.Anon.Simple.insert #tail b Data.Record.Anon.Simple.empty)
whereas , it should be this
uncons = \case [] -> Nothing a : b -> Just (Data.Record.Anon.Simple.applyPending $ Data.Record.Anon.Simple.insert #head a $ Data.Record.Anon.Simple.insert #tail b Data.Record.Anon.Simple.empty)
Metadata
Metadata
Assignees
Labels
No labels