Functor Genimage.MakeIndexed

module MakeIndexed: 
functor (RI : RAWIMAGE with type elt = int) ->
functor (CON : CONTAINER_INDEXED with type rawimage = RI.t) -> IMAGEINDEXED with type t = CON.container and type elt = int and type mapelt = CON.mapelt
Parameters:
RI : RAWIMAGE with type elt = int
CON : CONTAINER_INDEXED with type rawimage = RI.t