marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00739
[Branch ~marionnet-drivers/ocamlbricks/trunk] Rev 411: Added map functions for hash tables (in HashtblExtra):
------------------------------------------------------------
revno: 411
committer: Jean-Vincent Loddo <loddo@xxxxxxxxxxxxxxxxxxxx>
branch nick: ocamlbricks
timestamp: Thu 2015-05-28 18:01:56 +0200
message:
Added map functions for hash tables (in HashtblExtra):
val map : ('b -> 'c) -> ('a, 'b) t -> ('a, 'c) t
val mapk : ('a -> 'b -> 'c) -> ('a, 'b) t -> ('a, 'c) t
val map2 : ('b -> 'c -> 'd) -> ('a, 'b) t -> ('a, 'c) t -> ('a, 'd) t
val map2k : ('a -> 'b -> 'c -> 'd) -> ('a, 'b) t -> ('a, 'c) t -> ('a, 'd) t
renamed:
STRUCTURES/hashtblExtra.ml => EXTRA/hashtblExtra.ml
STRUCTURES/hashtblExtra.mli => EXTRA/hashtblExtra.mli
modified:
EXTRA/hashtblExtra.ml
EXTRA/hashtblExtra.mli
--
lp:ocamlbricks
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk
Your team marionnet-dev is subscribed to branch lp:ocamlbricks.
To unsubscribe from this branch go to https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription