You can search for identifiers within the package.
in-package search v0.2.0
type t
The type of terms.
type location
The type of locations.
val atom : ?loc:location -> int -> t
Make an atom from an non-zero integer. Positive integers denotes variables, and negative integers denote the negation of the variable corresponding to their absolute value.