You can search for identifiers within the package.
in-package search v0.2.0
Custom inputs
val small_buf8 : bytes
A small buffer, used in various places
val read_byte : unit -> char
Read a single byte
End_of_file
if input is exhausted
val read_exact : bytes -> int -> int -> unit
read_exact buf i len reads len bytes into buf, starting at offset i
read_exact buf i len
len
buf
i
if input has less than len bytes