We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename value
rename module
Issue by lastland Wednesday Oct 09, 2019 at 17:46 GMT Originally opened as antalsz/hs-to-coq#137
An example can be found in: https://github.com/antalsz/hs-to-coq/blob/set-properties/examples/containers/module-edits/SetProperties/edits#L1-L5
The module has been renamed to SetProperties, but I have to use Main instead to be able to rename the constructors. However, note that in the meantime, rename module seems to function perfectly with other edits: https://github.com/antalsz/hs-to-coq/blob/set-properties/examples/containers/module-edits/SetProperties/edits#L23-L55
SetProperties
Main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue by lastland
Wednesday Oct 09, 2019 at 17:46 GMT
Originally opened as antalsz/hs-to-coq#137
An example can be found in: https://github.com/antalsz/hs-to-coq/blob/set-properties/examples/containers/module-edits/SetProperties/edits#L1-L5
The module has been renamed to
SetProperties
, but I have to useMain
instead to be able to rename the constructors. However, note that in the meantime,rename module
seems to function perfectly with other edits: https://github.com/antalsz/hs-to-coq/blob/set-properties/examples/containers/module-edits/SetProperties/edits#L23-L55The text was updated successfully, but these errors were encountered: