Module Python_lib.Defunc

type _ t
module Of_python : sig ... end
include Base.Applicative.S with type 'a t := 'a t
include Base__.Applicative_intf.For_let_syntax
type 'a t
val return : 'a -> 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t
val both : 'a t -> 'b t -> ('a * 'b) t
include Base__.Applicative_intf.Applicative_infix with type 'a t := 'a t
type 'a t
val (<*>) : ('a -> 'b) t -> 'a t -> 'b t

same as apply

val (<*) : 'a t -> unit t -> 'a t
val (*>) : unit t -> 'a t -> 'a t
val (>>|) : 'a t -> ('a -> 'b) -> 'b t
val apply : ('a -> 'b) t -> 'a t -> 'b t
val map2 : 'a t -> 'b t -> f:('a -> 'b -> 'c) -> 'c t
val map3 : 'a t -> 'b t -> 'c t -> f:('a -> 'b -> 'c -> 'd) -> 'd t
val all : 'a t list -> 'a list t
val all_unit : unit t list -> unit t
include Base.Applicative.Let_syntax with type 'a t := 'a t
type 'a t
module Open_on_rhs_intf : sig ... end
module Let_syntax : sig ... end
val params_docstring : 'a t -> Base.string Base.option
val apply : 'a t -> Python_lib__.Import.pyobject Base.array -> (Base.stringPython_lib__.Import.pyobjectBase.String.comparator_witness) Base.Map.t -> 'a
module Param : sig ... end