You can search for identifiers within the package.
in-package search v0.2.0
val (&&) : bool t -> bool t -> bool t
val (||) : bool t -> bool t -> bool t
val (+) : int t -> int t -> int t
Integer addition
val (-) : int t -> int t -> int t
Integer subtraction
val (*) : int t -> int t -> int t
Integer multiplacation
val (/) : int t -> int t -> int t
Integer division
val (+.) : float t -> float t -> float t
Float addition
val (-.) : float t -> float t -> float t
Float subtraction
val (*.) : float t -> float t -> float t
Float multiplication
val (/.) : float t -> float t -> float t
Float division
val (**) : float t -> float t -> float t
Pow
val (?>) : 'a t -> ('a -> 'b t) -> 'b t
Operator version of map
map
module Pixel : sig ... end
module Kernel : sig ... end
module Transform : sig ... end