Biocaml_ez.Roman_numinclude module type of struct include Biocaml_unix.Roman_num endval to_roman : t -> stringString representation of a roman numeral.
val to_arabic : t -> intInteger representation of a roman numeral.
val of_roman : string -> tval of_arabic : int -> t