Closed vyzo closed 7 months ago
Name | Link |
---|---|
Latest commit | a17c4706dbcd1182880ebb3a989110cbbc2e2f5c |
Latest deploy log | https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/661aeb23d0721d0009f7e5e8 |
Deploy Preview | https://deploy-preview-1215--elastic-ritchie-8f47f9.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
actually, I think type refinement has to be run to fixpoint to accommodate mutual recursion that may have a sticky type.
Also fixed the situation with defmutable so that such variables cannot be mutated willy nilly outside the module.
Fixes #1214
We need to refine collected types after mutable type collection, as the inferences made before the mutator is visible need to be adjusted.