Module BsApplyExtensions.I

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