| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
👍 |
Sorry, something went wrong.
Sorry, something went wrong.
|
Just to be sure what this fixes. Is this a fix for that bug where you have a Nothing say, that isn't at the top level, and the compiler tries to infer Maybe a when it should infer Maybe String or something? |
Sorry, something went wrong.
|
Yes, in inference mode, the typechecker will now not infer the polymorphic type forall a. Maybe a for the expression Nothing, for example. In checking mode, nothing has changed. |
Sorry, something went wrong.
|
Cool. Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
@garyb @joneshf Could you please review? test-everything passes, and the code in #814 now builds.