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

Depend on primitive #206

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

Commits on Apr 21, 2018

  1. Step 1 for depending on primitive: Rename all relevant functions to m…

    …atch names of functions from Data.Primitive.SmallArray. For the copying functions, this also requires flipping the order of the arguments.
    andrewthad committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    c36334b View commit details
    Browse the repository at this point in the history
  2. Internally use SmallArray and related functions from primitive instea…

    …d of rolling them here.
    andrewthad committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    1d66d3c View commit details
    Browse the repository at this point in the history
  3. make benchmarks build

    andrewthad committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    ee6c6ca View commit details
    Browse the repository at this point in the history