You can search for identifiers within the package.
in-package search v0.2.0
val numcores : unit -> int
numcores () get the number of processors online.
numcores ()
val setcore : int -> unit
setcore i pin current process to core number i.
setcore i
i