hdf5_caml.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20module Field = struct include Field end module H5 = struct include H5 end module Struct = struct include Struct end module Struct_intf = struct include Struct_intf end module Type = struct include Type end