mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -05:00
trailing space
This commit is contained in:
parent
9d2e369732
commit
93119a47e7
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ module UNBOUNDED(X:HASH) = struct
|
|||
let get c x = H.find c x
|
||||
|
||||
let set c x y = H.replace c x y
|
||||
|
||||
|
||||
let size c () = H.length c
|
||||
|
||||
let iter c f = H.iter f c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue