module type S =sig..end
include GenVars.VAR_WITHOUT_IMG
type img
type elm
val set_lower : elm -> t -> unitval set_upper : elm -> t -> unitval set_eq : elm -> t -> unitval subset : t -> t -> unitval get_lower : t -> elm optionval get_upper : t -> elm optionval string_of_img : t -> stringval get_exact : t -> elm optionval string_of_with_img : t -> string