Module Computation.Let_syntax

val return : here:lexing_position -> 'a -> 'a t
include Bonsai_private_base.Import.Applicative.Applicative_infix with type 'a t := 'a t
val (<*>) : here:lexing_position -> ('a -> 'b) t -> 'a t -> 'b t
val (<*) : here:lexing_position -> 'a t -> Base.unit t -> 'a t
val (*>) : here:lexing_position -> Base.unit t -> 'a t -> 'a t
val (>>|) : here:lexing_position -> 'a t -> ('a -> 'b) -> 'b t
module Let_syntax : sig ... end