antalsz / hs-to-coq

Convert Haskell source code to Coq source code
https://hs-to-coq.readthedocs.io
MIT License
279 stars 27 forks source link

Translating signatures now takes into account local edits #160

Closed ericgiovannini closed 4 years ago

ericgiovannini commented 4 years ago

This is a fix for #156. In the current version of hs-to-coq, when we translate signatures, local edits are not taken into consideration. Thus, trying to use an in edit to perform a renaming in a definition does not perform the renaming in the signature of the definition. The work in this branch fixes this behavior.