Skip to content
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

[Experiment] Add never as a type alias for ! #79707

Commits on Dec 2, 2020

  1. Add type alias never for ! and put it in the prelude.

    Julian Wollersberger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    05f15c2 View commit details
    Browse the repository at this point in the history
  2. Change some return types to never.

    Julian Wollersberger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    50a2601 View commit details
    Browse the repository at this point in the history
  3. Change some tests, to see that never works in at least some cases.

    Julian Wollersberger committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0a76055 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Test that existing types called never shadow the new never from t…

    …he prelude.
    Julian Wollersberger committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    58fdc60 View commit details
    Browse the repository at this point in the history