-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Provide NFData1 and NFData2 from Control.DeepSeq #80
Comments
No. They require the QualifiedConstraints extension, and I have not implemented that yet. |
For now you'll have to #ifdef out the code for MicroHs. |
|
Maybe. I can try, and see what happens. |
I've added NFData1 and NFData2 and updated my PR to use the updated mhs version. |
It looks they are not exported 😄 |
Arg! Fixed.
…On Sat, Jan 4, 2025 at 1:11 PM Soumik Sarkar ***@***.***> wrote:
mhs: error: "src/Data/Set/Internal.hs": line 246, col 37: not exported:
NFData1
It looks they are not exported 😄
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIARHUI366W6CUEUWAPEFL2I7FWPAVCNFSM6AAAAABUOYCT5CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGI3TAMBQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Is there a new |
There should be a stable-5 tag |
But I've not put stable-5 in a PR. Maybe you can change it when you try the NFdata1/2 stuff? |
Ah you pushed the fix to the
You did in haskell/containers#1081. I re-ran the CI for haskell/containers#992 and it passed, so we're good there. Thank you! |
haskell/containers#992 defines
NFData1
andNFData2
instances, but they are not available in MicroHs. Could these be added?The text was updated successfully, but these errors were encountered: