Module BsApplyExtensions.Infix

let (<*): Relude_Array_Instances.Apply.t('a) => Relude_Array_Instances.Apply.t('b) => Relude_Array_Instances.Apply.t('a);
let (*>): Relude_Array_Instances.Apply.t('a) => Relude_Array_Instances.Apply.t('b) => Relude_Array_Instances.Apply.t('b);