Skip to content

Wingman destruct doesn't split case matches #1599

@isovector

Description

@isovector
test :: Maybe Bool -> a
test x = case x of
  Just y -> _

case split on y here doesn't produce

test :: Maybe Bool -> a
test x = case x of
  Just True -> _
  Just False -> _

but it should!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions