package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.ASource

Sourcemodule I : sig ... end
Sourceval apply_first : 'a M.t -> 'b M.t -> 'a M.t
Sourceval apply_second : 'a M.t -> 'b M.t -> 'b M.t
Sourceval apply_both : 'a M.t -> 'b M.t -> ('a * 'b) M.t
Sourceval lift2 : ('a -> 'b -> 'c) -> 'a M.t -> 'b M.t -> 'c M.t
Sourceval lift3 : ('a -> 'b -> 'c -> 'd) -> 'a M.t -> 'b M.t -> 'c M.t -> 'd M.t
Sourceval lift4 : ('a -> 'b -> 'c -> 'd -> 'e) -> 'a M.t -> 'b M.t -> 'c M.t -> 'd M.t -> 'e M.t
Sourceval lift5 : ('a -> 'b -> 'c -> 'd -> 'e -> 'f) -> 'a M.t -> 'b M.t -> 'c M.t -> 'd M.t -> 'e M.t -> 'f M.t
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.