package biocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.