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

add an arrow when typechecking case-> #1000

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2020

  1. add an arrow when typechecking case->

    For a function that has optional parameter types [t1, t2, t_i ... t_n], if each
    of [t_i ... t_n] is a supertype of the first rest parameter type, add to the
    resulting the function type one arrow with [t_i ... t_n] being absorbed into
    the rest.
    capfredf committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    003a6d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. revert changes

    capfredf committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    1b4dea7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. WIP

    capfredf committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    289f522 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. WIP1

    capfredf committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    785fc1c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. WIP

    capfredf committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    3fd1e6c View commit details
    Browse the repository at this point in the history