package lo

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type timetag = int * int
type data = [
  1. | `Blob of string
  2. | `Char of char
  3. | `Double of float
  4. | `False
  5. | `Float of float
  6. | `Infinitum
  7. | `Int32 of int
  8. | `Int64 of int
  9. | `Midi of string
  10. | `Nil
  11. | `String of string
  12. | `Symbol of string
  13. | `Timetag of timetag
  14. | `True
]
val to_string : data -> string