Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: palatable/lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lambda-1.0
Choose a base ref
...
head repository: palatable/lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lambda-1.1
Choose a head ref
  • 18 commits
  • 97 files changed
  • 1 contributor

Commits on Dec 30, 2015

  1. Configuration menu
    Copy the full SHA
    c7dcb2a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jnape committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    43ea5bd View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. adding travis yml

    jnape committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    736a437 View commit details
    Browse the repository at this point in the history
  2. Adding TravisCI badge

    jnape committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    8740db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033006d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Adding Either<L,R>, a BiFunctor supporting type intersections

    - removed LoanShark dependency
    - cleaned up spacing in README
    - added adt package, and moving tuples under that
    - BiFunctor now extends Functor as it should
    jnape committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    79e7ac2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2016

  1. Either#flatMap supports monadic form

     Either is no longer an interface
    jnape committed May 29, 2016
    Configuration menu
    Copy the full SHA
    4fa3d9e View commit details
    Browse the repository at this point in the history
  2. HList arrives

    jnape committed May 29, 2016
    Configuration menu
    Copy the full SHA
    fd1be03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edcd000 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. HCons specializations for tuples of 1 to 5 elements to ease the pain …

    …of linearly expanding type signatures
    jnape committed May 30, 2016
    Configuration menu
    Copy the full SHA
    c511054 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. Adding #trying and #forfeit to Either; adding Checked variants of Mon…

    …adicFunction and Supplier
    jnape committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    afe888f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32952a8 View commit details
    Browse the repository at this point in the history
  3. Adding more JavaDocs, and missing private constructors / partial over…

    …loads for dyadic functions
    jnape committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    80c69e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Configuration menu
    Copy the full SHA
    7f4a9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e058e8a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

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

Commits on Jun 21, 2016

  1. - Adding more javadocs

    - MonadicFunction fully overrides j.u.f.Function's interface
    - shuffling around packages
    - renaming Always to Constantly
    - general cleanup across the board
    - left/right reduce are now total
    - removing experimental continuations from master
    jnape committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    9a7393c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a078335 View commit details
    Browse the repository at this point in the history
Loading