package vecosek-engine

  1. Overview
  2. Docs

Module Tracker.ErrorSource

Sourcetype printable =
  1. | Printable : 'a * ('a -> string) -> printable
Sourcetype t = [
  1. | `Failure of string
  2. | `Midi_sequencer of string
  3. | `Time_master of string
  4. | `Generic of printable
]
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.