package ocaml-basics

  1. Overview
  2. Docs

Module type OBApplicative.S1Source

Sourcetype 'a t
Sourcemodule Core : sig ... end
include module type of Core
Sourceval apply : ('a -> 'b) t -> 'a t -> 'b t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval pure : 'a -> 'a t
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.