package llama_core

  1. Overview
  2. Docs
type t = [
  1. | `C
  2. | `C_sharp
  3. | `D
  4. | `D_sharp
  5. | `E
  6. | `F
  7. | `F_sharp
  8. | `G
  9. | `G_sharp
  10. | `A
  11. | `A_sharp
  12. | `B
]
val to_string : t -> string
OCaml

Innovation. Community. Security.