You can search for identifiers within the package.
in-package search v0.2.0
Custom output
val small_buf8 : bytes
Small temporary buffer, used for lengths and the likes
val write_byte : char -> unit
Write a single byte
val write_slice : bytes -> int -> int -> unit
write_slice b i len writes the slice of length len of b starting at i.
write_slice b i len
len
b
i
val flush : unit -> unit
Non specified hint that the data may be flushed onto the disk or network. Doing nothing is acceptable.