You can search for identifiers within the package.
in-package search v0.2.0
ocue
Ocue.FileType
Operations on file type accepted in a cue sheet.
type t =
| BINARY
| MOTOROLA
| AIFF
| WAVE
| MP3
The type of FileType associated with a File
File
val to_string : t -> string
val compare : t -> t -> int
compare lhs rhs is Stdlib.compare
compare lhs rhs
Stdlib.compare
val pp : Format.formatter -> t -> unit
Pretty printer