package liquidsoap-lang

  1. Overview
  2. Docs
type yaml = [
  1. | `Null
  2. | `Bool of bool
  3. | `Float of float
  4. | `String of string
  5. | `A of yaml list
  6. | `O of (string * yaml) list
]
val yaml_parser : (string -> yaml) Atomic.t
val json_of_yaml : [< `A of 'a list | `Bool of 'b | `Float of 'c | `Null | `O of ('d * 'e) list | `String of 'f ] as 'a -> [> `Assoc of ('h * 'i) list | `Bool of 'b | `Float of 'c | `Null | `String of 'f | `Tuple of 'g list ] as 'g
OCaml

Innovation. Community. Security.