package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `incomplete_input of Pos.t * string list * string option
  2. | `invalid_int of Pos.t * string * string
  3. | `invalid_strands of Pos.t * string * string
  4. | `invalid_number_of_columns of Pos.t * string * int
]