You can search for identifiers within the package.
in-package search v0.2.0
type t = {
logic : Robot_state.t Sd_lang.t;
sds_estimating : Core_kernel.Set.M(Sd.Packed).t;
}
val create : Robot_state.t Sd_lang.t -> Core_kernel.Set.M(Sd.Packed).t -> t
type safety =
| Safe
| Warnings
| Unsafe
exception Missing_sd of string
exception Extra_sd of string
val execute : safety:safety -> t -> Rsh.t -> Rs.t