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

Educational: built-in map primitive #1093

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    bde643c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Change Map to take two argument, a lambda and an array.

    This leads to simplification in type inference since the construction of a `TabLam` (that was previously the single argument of `Map`) is no longer required there.
    normanrink committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    c49d671 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    92bbf00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271e488 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    1d6b72c View commit details
    Browse the repository at this point in the history