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

Standardize constructors keyword #63

Merged
merged 4 commits into from
Jan 3, 2018
Merged

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    e06532d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa25fa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Fix typo in constructors hex literal

    ... as caught by @pyrtsa
    Gabriella439 committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    cafb4bb View commit details
    Browse the repository at this point in the history
  2. Fix incorrect typing judgment

    The first typing judgment for `constructors` was incorrect since
    it should be for the case where the argument normalizes to an
    empty union type, not for when the argument's inferred type is an
    empty union type.
    Gabriella439 committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    adfea38 View commit details
    Browse the repository at this point in the history