-
Notifications
You must be signed in to change notification settings - Fork 82
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
spec: subtype checking only for reference types #311
Conversation
Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
#316 has early explorations of updating the Coq proof for this, but stuck at various technicalities right now. For example
doesn't work with our “untyped values” in the formalization because |
Co-authored-by: Claudio Russo <claudio@dfinity.org>
Oh, this hasn't landed yet? Completely forgot… I guess we are waiting for all implementations to catch up? |
@chenyan-dfinity is working on it. Motoko is hopefully ready to go (though I'm worried even I don't understand that implementation any more). |
Co-authored-by: Claudio Russo <claudio@dfinity.org> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
🥳 I have released haskell-candid 0.4 with the corresponding changes (nomeata/haskell-candid#20).
|
Fix #295