Fix testsuite.

master
alainfrisch 2016-01-22 21:36:34 +01:00
parent 7dce037bdf
commit 0b7542ddd8
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ module HofM (M: Map.S) : Hashtbl.S with type key = M.key =
let fold = Hashtbl.fold
let length = Hashtbl.length
let stats = Hashtbl.stats
let filter_map_inplace = Hashtbl.filter_map_inplace
end
module HS1 = HofM(MS)