Module type Relude_Interface.ALIGN
Module type signature for an extension of ALIGN that adds an empty nil
value.
Note that this has a parallel to the applicative typeclasses:
APPLY/APPLICATIVE/TRAVERSABLE
SEMIALIGN/ALIGN/CROSSWALK (or maybe ALIGNABLE?)
let nil: t('a);