Miou Miou_fmt Miou_gen Miou_logs Miou_pqueue This module implements a priority queue based on a minimal binary heap. The heap is implemented as a dynamic array, taken from the module vector.Miou_queue Miou_sequence Mutable sequence of elements.Miou_state Miou_vector Vectors (aka resizable arrays, growing arrays, dynamic arrays, etc.)Miou_backoff Randomized exponential backoff mechanism.Miou_bitv This module implements bit vectors, as an abstract datatype t. Since bit vectors are particular cases of arrays, this module provides the same operations as module Array. It also provides bitwise operations and conversions to/from integer types.Miou_poll A direct binding of poll(2).Miou_poll_config Miou_unix