package biotk

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

Parameters

module Item : Item

Signature

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