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

Make CCPersistentHashtbl.S.merge more general. #60

Merged
merged 2 commits into from
Mar 14, 2016
Merged

Make CCPersistentHashtbl.S.merge more general. #60

merged 2 commits into from
Mar 14, 2016

Commits on Mar 9, 2016

  1. Make CCPersistentHashtbl.S.merge more general.

    This patch brings the merge function of CCPersistentHashtbl
    in line with the merge functions of other maps
    (Map, BatMap from batteries). In particular, its signature
    changes from the restrictive
      merge: (key -> 'a option -> 'a option -> 'a option) ->
        'a t -> 'a t -> 'a t
    to a more general
      merge: (key -> 'a option -> 'b option -> 'c option) ->
        'a t -> 'b t -> 'c t
    jkloos committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    fecbd76 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Added myself to the AUTHORS file.

    As per maintainer request.
    jkloos committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    852d9c4 View commit details
    Browse the repository at this point in the history