package sd_logic

  1. Overview
  2. Docs

Module Sd_logic.Sd_langSource

include Core.Applicative.S
Sourcetype '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
val (<*>) : ('a -> 'b) t -> 'a t -> 'b t
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
Sourcemodule Applicative_infix : sig ... end
Sourcetype 'a default =
  1. | Safe_last of 'a
  2. | V of 'a
  3. | Last
  4. | Unsafe
Sourceexception Sd_not_found of string * int
Sourceval dependencies : 'a t -> int Core.Map.M(Sd_logic.Sd.Packed).t
Sourceval execute : 'a t -> Rsh.t -> 'a
Sourcemodule Let_syntax : sig ... end
OCaml

Innovation. Community. Security.