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

+ HKTs Monad Transformers #482

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

+ HKTs Monad Transformers #482

wants to merge 35 commits into from

Commits on Aug 24, 2019

  1. Initial implementation

    gusty committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    ef60f80 View commit details
    Browse the repository at this point in the history
  2. + Some basic tests

    gusty committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    032f0e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7070c94 View commit details
    Browse the repository at this point in the history
  4. + More tests

    gusty committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    231da23 View commit details
    Browse the repository at this point in the history
  5. Adapt bind for non-sealed types

    gusty committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    ad89c2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e0ad43 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    9d646a6 View commit details
    Browse the repository at this point in the history
  2. fix

    gusty authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3dfad1c View commit details
    Browse the repository at this point in the history
  3. + filterM and filter

    gusty authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    20bbea6 View commit details
    Browse the repository at this point in the history
  4. fix

    gusty authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    e6f8549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdb81a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    d68e3a5 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2011924 View commit details
    Browse the repository at this point in the history
  3. Fix try-finally

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    11905eb View commit details
    Browse the repository at this point in the history
  4. Re-introduce dummy overload

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b1d191c View commit details
    Browse the repository at this point in the history
  5. Split TryFinally

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c3fb4fc View commit details
    Browse the repository at this point in the history
  6. Split TryWith

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    95cfbe4 View commit details
    Browse the repository at this point in the history
  7. split more

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2733156 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7207b2b View commit details
    Browse the repository at this point in the history
  9. HKTize Free and Coproduct

    gusty committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    038859e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Bring ListT

    gusty committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ff912be View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. HKTize ListT

    gusty committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    322b663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f8a5dc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

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

Commits on Jul 17, 2022

  1. More accurate Delay signature

    gusty committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a92db9e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. + failing test

    gusty committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    46d7598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026d1bd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Remove #exn type param

    gusty committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    18072da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772ac6d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Unify return type in TryWith

    gusty authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    bc55b44 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Clean up try-blocks design

    gusty committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    860ddc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. add / remove spaces

    gusty authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ffe5685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de38014 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. bring master

    gusty committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    66438bf View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Fix in Try methods

    gusty committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4840c2a View commit details
    Browse the repository at this point in the history