You can search for identifiers within the package.
in-package search v0.2.0
odds
Odds.Algebra
The Algebra module lifts most of the integer-related functions of the Pervasives module to apply to dice expressions.
Algebra
Pervasives
val (!) : int -> int t
! is inject.
!
inject
val die : int t -> int t
val dice : int t -> int t -> int t
val (%) : int t -> int t -> int t
% is dice.
%
dice
val (+) : int t -> int t -> int t
val (-) : int t -> int t -> int t
val (~-) : int t -> int t
val (~+) : int t -> int t
val succ : int t -> int t
val pred : int t -> int t
val abs : int t -> int t
val (*) : int t -> int t -> int t
val (/) : int t -> int t -> int t
val (mod) : int t -> int t -> int t
val max : int t -> int t -> int t
val min : int t -> int t -> int t