Module Relude_Sequence

module List: Relude_Interface.SEQUENCE with type List.t('a) = list('a);
module Array: Relude_Interface.SEQUENCE with type Array.t('a) = array('a);