Module Computation.Applicative_infix
val (<*>) : here:lexing_position -> ('a -> 'b) t -> 'a t -> 'b tval (<*) : here:lexing_position -> 'a t -> Base.unit t -> 'a tval (*>) : here:lexing_position -> Base.unit t -> 'a t -> 'a tval (>>|) : here:lexing_position -> 'a t -> ('a -> 'b) -> 'b t