package biocaml

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

Module Biocaml_ez.StrandSource

include module type of struct include Biocaml_unix.Strand end
Sourcetype t = private char

Only valid values are '-' or '+'.

Sourceval minus : t
Sourceval plus : t
Sourceval minus_plus : t -> char

Return '-' or '+'.

Sourceval rev_fwd : t -> string

Return "rev" or "fwd".

Sourceval of_string : string -> t
OCaml

Innovation. Community. Security.