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

Add MonadFix instance for boxed vectors #312

Merged
merged 9 commits into from
Jun 14, 2020
Merged

Commits on Jul 5, 2017

  1. Add MonadFix instance

    I *believe* this is equivalent to the instance for `[]`. Writing
    QuickCheck properties for `mfix` seems pretty tricky, so I just
    added a small unit test.
    
    Fixes haskell#178
    treeowl committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    915a5bb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

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

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    746d714 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    Shimuuar committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    4f01752 View commit details
    Browse the repository at this point in the history
  3. Add since aanotation

    Shimuuar committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c7bb6d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b43390 View commit details
    Browse the repository at this point in the history
  5. Update comments

    Shimuuar committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    9a27eb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Documentation tweaks

    Shimuuar committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    da92174 View commit details
    Browse the repository at this point in the history
  2. Incorporate @treeowl's comment

    Shimuuar committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6dd926c View commit details
    Browse the repository at this point in the history