-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
component: ghcidecomponent: 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
Given this:
unyo :: DTree d Pair (Pair a) -> Pair (DTree d Pair a)
unyo (DLeaf pa) = _w4jwhen doing auto, wingman now writes
unyo :: DTree d Pair (Pair a) -> Pair (DTree d Pair a)
unyo (DLeaf (Pair a a')) = Pair DLeaf a DLeaf a'but it should be
unyo :: DTree d Pair (Pair a) -> Pair (DTree d Pair a)
unyo (DLeaf (Pair a a')) = Pair (DLeaf a) (DLeaf a')GHC 8.10, haskell-language-server version: 1.4.0.0
Metadata
Metadata
Assignees
Labels
component: ghcidecomponent: 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..