package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCShimsMkLet_Source

Sourcemodule type S = sig ... end

glue code for let-operators on OCaml >= 4.08 (auto generated)

Sourcemodule Make (X : sig ... end) : S with type 'a t_let = 'a X.t
Sourcemodule type S2 = sig ... end
Sourcemodule Make2 (X : sig ... end) : S2 with type ('a, 'e) t_let2 = ('a, 'e) X.t
OCaml

Innovation. Community. Security.