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: sbhouchen/lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: palatable/lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    88e70fe View commit details
    Browse the repository at this point in the history
  2. Fix height of discord badge

    7h3kk1d authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e483118 View commit details
    Browse the repository at this point in the history
  3. Merge pull request palatable#126 from palatable/discord-chat-link

    Switch chat badge to point to palatable discord
    7h3kk1d authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    725d626 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. FoldRight fixes for Monoid/Semigroup

    - Semigroup::foldRight had parameters flipped
    - Monoid::foldRight was accumulating the accumulator from the left. This has been fixed but the identity is now being used as a starting accumulator. Otherwise, the evaluation order is unchanged.
    - Changed ExplainFold parameter name since accumulator can be in either position
    7h3kk1d committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c1d2193 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request palatable#128 from 7h3kk1d/foldright-semigroup-fix

    FoldRight fixes for Monoid/Semigroup
    7h3kk1d authored May 1, 2023
    Configuration menu
    Copy the full SHA
    d360ae8 View commit details
    Browse the repository at this point in the history
Loading