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
{{ message }}
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
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.
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: