You can search for identifiers within the package.
in-package search v0.2.0
angstrom
Angstrom.LE
Little endian parsers
val int16 : int t
val int32 : int32 t
val int64 : int64 t
intN reads N bits and interprets them as little endian signed integers.
intN
N
val uint16 : int t
uint16 reads 16 bits and interprets them as a little endian unsigned integer.
uint16
16
val float : float t
float reads 32 bits and interprets them as a little endian floating point value.
float
val double : float t
double reads 64 bits and interprets them as a little endian floating point value.
double