You can search for identifiers within the package.
in-package search v0.2.0
val make : elt -> elt -> interval
make first last construct an interval describing all the elements from first to last inclusive.
make first last
first
last
val x : interval -> elt
the starting element of the interval
val y : interval -> elt
the ending element of the interval