trailing space

This commit is contained in:
Simon Cruanes 2015-02-05 22:29:38 +01:00
parent 9d2e369732
commit 93119a47e7

View file

@ -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