package ocaml-basics

  1. Overview
  2. Docs

Parameters

module Kernel : sig ... end

Signature

type 'a t = 'a Kernel.t
module Core : sig ... end
include module type of Core
val apply : ('a -> 'b) t -> 'a t -> 'b t
val map : ('a -> 'b) -> 'a t -> 'b t
val pure : 'a -> 'a t
module Infix : sig ... end