package ocaml-basics

  1. Overview
  2. Docs

Module OBApplicative.Make1Source

Parameters

Signature

Sourcetype 'a t = 'a Kernel.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