-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
module Test where
import Data.Generics
import Development.IDE.GHC.Compat (GenLocated(L), Located)
data Blah = Blah (Located [Located String])
blah :: Located Blah
blah = L _ (Blah (L _ [_, _]))refining the hole at [_, produces the output
blah = L _ (Blah (L _ [L _ _ _]))where the , got swallowed!
Metadata
Metadata
Assignees
Labels
component: wingmantype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..