module Exceptionless: sig .. end
sig
end
Operations on Hashtbl without exceptions.
Hashtbl
val find : ('a, 'b) BatHashtbl.t -> 'a -> 'b option
('a, 'b) BatHashtbl.t -> 'a -> 'b option
val modify : 'a -> ('b -> 'b) -> ('a, 'b) BatHashtbl.t -> (unit, exn) BatPervasives.result
'a -> ('b -> 'b) -> ('a, 'b) BatHashtbl.t -> (unit, exn) BatPervasives.result