package biotk

  1. Overview
  2. Docs
module Item : sig ... end
module Record : sig ... end
include Line_oriented.S with type item = Item.t
type item = Item.t
val load : string -> item list
val fold : string -> init:'a -> f:('a -> item -> 'a) -> 'a
val save : item list -> string -> unit
module Annotation : sig ... end