You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by antalsz Friday Jun 28, 2019 at 06:04 GMT
8180fd5 adds the aforementioned skip equation edit, which was much simpler to add than a pattern redundancy checker. I'm closing this, but I've created #135 to remind us to consider adding automatic redundancy checking.
Issue by sweirich
Thursday Jun 27, 2019 at 18:23 GMT
Originally opened as antalsz/hs-to-coq#130
When I skip all except for the
NoUnfolding
constructor of theUnfolding
data type,hs-to-coq
produces the wrong output for this input.Specifically, the result is:
which Coq rejects because of the redundant pattern.
I'm currently working around by skipping this function.
The text was updated successfully, but these errors were encountered: