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

Function composition and negation, take 2 #17184

Closed
wants to merge 7 commits into from

Commits on Jun 27, 2016

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

Commits on Jun 29, 2016

  1. Added docstrings and tests for compositions

    Andy Ferris committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    bda9052 View commit details
    Browse the repository at this point in the history
  2. rst for docs

    Andy Ferris committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    786c579 View commit details
    Browse the repository at this point in the history
  3. Changed to closure approach: no splatting penalty

    Decided to make up to 16 inputs fast, to match MAX_TUPLE_SPLAT.
    Conveniently, closures also allow for introspection of f and g.
    Andy Ferris committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    21fcc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Simplified definition of function negation

    Andy Ferris committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    e6a69b7 View commit details
    Browse the repository at this point in the history
  2. Fixed typo in test

    Andy Ferris committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    e3d9579 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Clarify docstring

    andyferris authored Jul 7, 2016
    Configuration menu
    Copy the full SHA
    b95404a View commit details
    Browse the repository at this point in the history