Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Of_python : sig ... end
include Base.Applicative.S with type 'a t := 'a t
val return : 'a -> 'a t
module Applicative_infix : sig ... end
include Base.Applicative.Let_syntax with type 'a t := '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 ->
Pytypes.pyobject Base.array ->
(Base.string, Pytypes.pyobject, Base.String.comparator_witness) Base.Map.t ->
'a
module Param : sig ... end