You can search for identifiers within the package.
in-package search v0.2.0
carbon
Co2_signal.Intensity
type t
A value returned from the API for intensity data.
val intensity : t -> int
The CO2-eq intensity (gCO2-eq/kWh)
val zone : t -> Zone.t
The zone code for the data
val datetime : t -> string
The datetime for the value.
val pp : t Fmt.t
A pretty printer for intensity values.