Skip to content

Moving a module to a different location could also change it's definition #34

@stillalex

Description

@stillalex

Using the Frege Eclipse IDE, I can define a module M under package 'org.example1':

module org.example1.M where
data M = M

Now I want to move it to a different package 'org.example2'.
My options are drag&drop or (right-click) Refactor -> Move. The file moves, but the module definition doesn't change:

module org.example1.M where
data M = M

It would be nice to have the module definition change from module org.example1.M to module org.example2.M.

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