package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Arg = sig ... end
module type S = sig ... end
val make : Symbol.t -> Core_kernel.Source_code_position.t -> (module Arg with type t = 'a) -> docstring:string -> group:Group.t -> (module S with type t = 'a)