sig
  exception Error of string
  type t = int
  val of_ascii : char -> Biocaml_solexaScore.t
  val to_ascii : Biocaml_solexaScore.t -> char
  val of_probability : ?f:(float -> int) -> float -> Biocaml_solexaScore.t
  val to_probability : Biocaml_solexaScore.t -> float
end