module Lmap_bitwise: sig .. end
sig
end
Functors making map indexed by zone.
exception Bitwise_cannot_copy
module type Location_map_bitwise = sig .. end
module type With_default = sig .. end
module Make_bitwise: functor (V : With_default) -> Location_map_bitwise with type v = V.t
functor (
V
:
With_default
) ->
Location_map_bitwise
with type v = V.t