package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module List = Core.List
module type S = sig ... end
module Make (M : Core.Monad.Basic) : S with type 'a t := 'a M.t
module type S2 = sig ... end
module Make2 (M : Core.Monad.Basic2) : S2 with type ('a, 'b) t := ('a, 'b) M.t
OCaml

Innovation. Community. Security.