-
Notifications
You must be signed in to change notification settings - Fork 13
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
MD5 doesn't typecheck #12
Comments
I get that same error message on OS X. Apologies. I’ll dig into it tomorrow. |
Ah, it’s the old “bound as an implicit” error. |
The quick fix is to replace Or, just comment out the But I should have a proper PR tomorrow. |
I replaced dummyMD5 with Data.Crypto.Hash.MD5.dummyMD5, but now it is stuck on "Type checking .\Data\Crypto\Hash\MD5.idr" |
Are you still working on this? |
Sorry – this is a trickier problem – there are a number of places in idris-crypto that have hit performance issues with Fin / Vect / etc. It’ll take some dedicated time to iron out, and I don’t have any at the moment. |
Hello, |
When I try to build the package, this error message is displayed. I am currently using Windows 8.
The text was updated successfully, but these errors were encountered: