package llama_midi

  1. Overview
  2. Docs
type other = {
  1. type_index : int;
  2. contents : char array;
}
type t =
  1. | End_of_track
  2. | Other of other
val to_string : t -> string
OCaml

Innovation. Community. Security.