package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type roman_digit = {
  1. i : string;
  2. v : string;
}
val roman : ?capital:bool -> int -> string
val alphabetic : ?capital:bool -> int -> string