You can search for identifiers within the package.
in-package search v0.2.0
val unsafe_load_immediate : t -> Bool.t
load_immediate assumes without checking that the value pointed to by t is an immediate (i.e., the least significant bit is set).
load_immediate
t
val store_immediate : t -> Bool.t -> unit
store_int t i stores the (tagged) immediate i to the memory address represented by t.
store_int t i
i