You can search for identifiers within the package.
in-package search v0.2.0
val sizes : int64 list
type choice =
| First
| Last
type position = {
block : choice;
sector : choice;
}
type operation =
| Create of int64
| Snapshot
| Write of position * string
type program = operation list
val string_of_program : program -> string
val descr_of_program : program -> string list
val programs : program list