You can search for identifiers within the package.
in-package search v0.2.0
bwd
Bwd
type 'a bwd =
| Emp
| Snoc of 'a bwd * 'a
module Bwd : module type of Bwd
This module is similar to List but for backward lists.
List
module BwdLabels : module type of BwdLabels
This module is similar to ListLabels but for backward lists.
ListLabels