Module BsApplyExtensions.Infix

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