Issue 26 in ocaml-extlib: Hashtbl.map

4 views
Skip to first unread message

codesite...@google.com

unread,
Aug 5, 2013, 1:57:58 AM8/5/13
to ocaml-extlib-...@googlegroups.com
Status: New
Owner: ----

New issue 26 by serp...@gmail.com: Hashtbl.map
http://code.google.com/p/ocaml-extlib/issues/detail?id=26

1. let h = Hashtbl.create 1
2. Hashtbl.add h 1 1
3. let h1 = ExtHashtbl.Hashtbl.map (fun v -> v + 1) h
4. Hashtbl.find h1 1
Exception: Not_found.

ocaml 4. map function create old hashtbl, but buckets copied from new.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

codesite...@google.com

unread,
Nov 11, 2013, 1:40:11 AM11/11/13
to ocaml-extlib-...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 26 by ygrekheretix: Hashtbl.map
http://code.google.com/p/ocaml-extlib/issues/detail?id=26

This issue was closed by revision r417.
Reply all
Reply to author
Forward
0 new messages