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

Support overloaded functions (TypeScript types) #48

Merged
merged 3 commits into from
Nov 29, 2019

Commits on Nov 16, 2019

  1. Add failing tests

    fregante committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    77a2a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a18d5 View commit details
    Browse the repository at this point in the history
  3. Reuse type of fn in tests to avoid repetition

    We are testing that the types of `mem(fn)` are identical to `fn`’s after all
    fregante authored Nov 16, 2019
    Configuration menu
    Copy the full SHA
    2faf426 View commit details
    Browse the repository at this point in the history