package biocaml

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

Source file phred_score.ml

1
2
3
4
5
6
7
8


include Biocaml_unix.Phred_score

let of_char ?offset x = ok_exn (of_char ?offset x)
let to_char ?offset t = ok_exn (to_char ?offset t)
let of_int x = ok_exn (of_int x)
let of_probability ?f x = ok_exn (of_probability ?f x)
OCaml

Innovation. Community. Security.