Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Code action: extract expression as where-clause #974

Open
@Anrock

Description

@Anrock

Given:

foo x = fmap >(bar . baz . quux)< x

where > and < denotes a selection
running a "extract expression as where clause" code action should produce

foo x = fmap ? x
   where ? = bar . baz . quux

where ? is a placeholder for extracted expression name.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions