Module Biocaml_ez.Roman_numSource

include module type of struct include Biocaml_unix.Roman_num end
Sourcetype t = private int
Sourceval to_roman : t -> string

String representation of a roman numeral.

Sourceval to_arabic : t -> int

Integer representation of a roman numeral.

Sourceval of_roman : string -> t
Sourceval of_arabic : int -> t