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: Niols/ppx_monad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: Niols/ppx_monad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 18 commits
  • 47 files changed
  • 1 contributor

Commits on Feb 18, 2022

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

Commits on Feb 20, 2022

  1. reorganise library

    - ppx_monad.std becomes ppx_monad.ppx
    - ppx_monad.option etc. become ppx_monad.ppx.option etc.
    - ppx_monad becomes ppx_monad.lib; module Ppx_monad becomes Ppx_monad_lib
    - new library ppx_monad including both ppx_monad.lib AND ppx_monad.ppx
    Niols committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    514e9a4 View commit details
    Browse the repository at this point in the history
  2. add a runtime stdlib of monads

    Niols committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    dd2b035 View commit details
    Browse the repository at this point in the history
  3. use Result in MatchExpander

    Niols committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    c4856f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b8a110 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16fea63 View commit details
    Browse the repository at this point in the history
  6. use monad module directly

    Niols committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    6aca290 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff1c237 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5df74c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. bump version number

    Niols committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    749f8c2 View commit details
    Browse the repository at this point in the history
  2. update documentation

    Niols committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    3d18caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d80e295 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

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

Commits on Feb 23, 2022

  1. drop OCaml < 4.08

    Niols committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2979571 View commit details
    Browse the repository at this point in the history
  2. use Stdlib everywhere

    Niols committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    bcf3f0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840095f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c99cde6 View commit details
    Browse the repository at this point in the history
Loading