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
Issue by Lysxia Friday Aug 28, 2020 at 23:49 GMT Originally opened as antalsz/hs-to-coq#164
Is there an edit to skip pattern declarations? hs-to-coq just chokes on them:
pattern
non-function top level bindings: pattern Em = () unsupported [in module A]
Context: there are some of those in containers, Data.Sequence.Internal.
Data.Sequence.Internal
The text was updated successfully, but these errors were encountered:
Comment by lastland Saturday Aug 29, 2020 at 02:57 GMT
Unless I'm missing something, I don't think there is such an edit and I'm not sure how difficult it would be to add such an edit.
Sorry, something went wrong.
No branches or pull requests
Issue by Lysxia
Friday Aug 28, 2020 at 23:49 GMT
Originally opened as antalsz/hs-to-coq#164
Is there an edit to skip
pattern
declarations? hs-to-coq just chokes on them:Context: there are some of those in containers,
Data.Sequence.Internal
.The text was updated successfully, but these errors were encountered: