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

Binary nondeterminism #197

Merged
merged 40 commits into from
Sep 11, 2019
Merged

Binary nondeterminism #197

merged 40 commits into from
Sep 11, 2019

Commits on Aug 22, 2019

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

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    eb45dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91be10b View commit details
    Browse the repository at this point in the history
  3. Fix the doc reference to [].

    robrix committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    162d626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1900a53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3c830f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83cbf16 View commit details
    Browse the repository at this point in the history
  7. Derive some instances for B.

    robrix committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    c80d652 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    991e55c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34a9979 View commit details
    Browse the repository at this point in the history
  10. Define a Monad instance for B.

    robrix committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    8359300 View commit details
    Browse the repository at this point in the history
  11. Rename B to Bin.

    robrix committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    6bd09c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ec21db View commit details
    Browse the repository at this point in the history
  13. Export Bin.

    robrix committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    ae79dad View commit details
    Browse the repository at this point in the history
  14. Define a fold over Bin.

    robrix committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    a37b26e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b72a107 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c53a119 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    20bdb4b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42bdf1b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cf3db93 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    5ae55a2 View commit details
    Browse the repository at this point in the history
  2. Move Bin to its own module.

    robrix committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    8d0cf59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acadd3b View commit details
    Browse the repository at this point in the history
  4. Spacing.

    robrix committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    6460e72 View commit details
    Browse the repository at this point in the history
  5. Alignment.

    robrix committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    b8f9b15 View commit details
    Browse the repository at this point in the history
  6. Alignment.

    robrix committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    99b748f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2bbd2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    73a8ba3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    725cec1 View commit details
    Browse the repository at this point in the history
  10. Spacing.

    robrix committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    dd85cf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    a7db05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5674d9b View commit details
    Browse the repository at this point in the history
  3. Don’t shadow pure.

    robrix committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    0a08f49 View commit details
    Browse the repository at this point in the history
  4. Define <*> using fold.

    robrix committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    e70be43 View commit details
    Browse the repository at this point in the history
  5. Define >>= using fold.

    robrix committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3eabaf1 View commit details
    Browse the repository at this point in the history
  6. Add a note to the changelog.

    robrix committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    06dbd73 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

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

Commits on Sep 9, 2019

  1. INLINE all the things.

    robrix committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    1bb5299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e1967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d00bf View commit details
    Browse the repository at this point in the history