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

import module edit #80

Closed nomeata closed 6 years ago

nomeata commented 6 years ago

I think we could have much prettier output with a

import module Foo

edits, which has these effects:

Because it is opt-in, it is now the responsibility of the user to ensure that this does not lead to name clashes … or are the dangers of unnoticed shadowing too big to even offer that feature?

sweirich commented 6 years ago

Let's try it out.