You can search for identifiers within the package.
in-package search v0.2.0
The pair interface lifted into the monad.
val fst : ('a * 'b) t -> 'a t
fst (x,y) computes x
fst (x,y)
x
val snd : ('a * 'b) t -> 'b t
snd (x,y) computes y
snd (x,y)
y