package biocaml

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

Source file roman_num.ml

1
2
3
4
5
6


include Biocaml_unix.Roman_num

let of_roman x = ok_exn (of_roman x)
let of_arabic x = ok_exn (of_arabic x)
OCaml

Innovation. Community. Security.