Module Accessor__.Nonempty
type ('a, +'x, 'y) tAn
(a, x, y) tis an applicative for definingnonemptyaccessors. See the documentation ofAccessor.nonemptyfor more information.
include Applicative_without_return.S3_without_let_syntax with type ('a, 'x, 'y) t := ('a, 'x, 'y) t
val apply : ('a -> 'b, 'd, 'e) t -> ('a, 'd, 'e) t -> ('b, 'd, 'e) tval map : ('a, 'd, 'e) t -> f:('a -> 'b) -> ('b, 'd, 'e) tval map2 : ('a, 'd, 'e) t -> ('b, 'd, 'e) t -> f:('a -> 'b -> 'c) -> ('c, 'd, 'e) tval map3 : ('a, 'd, 'e) t -> ('b, 'd, 'e) t -> ('c, 'd, 'e) t -> f:('a -> 'b -> 'c -> 'f) -> ('f, 'd, 'e) tval both : ('a, 'd, 'e) t -> ('b, 'd, 'e) t -> ('a * 'b, 'd, 'e) t
module Applicative_infix : sig ... endmodule Let_syntax : sig ... endmodule Accessed : Base.Monad.S_indexed with type ('a, 'bt, 'b) t := ('bt, 'a, 'b) tval access : 'a -> ('b, 'a, 'b) taccess a"accesses"aand returns the value you are expected replace it with.
module Of_applicative_without_return : functor (A : sig ... end) -> sig ... endmodule Of_applicative_without_return2 : functor (A : sig ... end) -> sig ... endmodule Of_applicative_without_return3 : functor (A : sig ... end) -> sig ... end