package yuujinchou

  1. Overview
  2. Docs

Module Yuujinchou.ModifierSource

The Modifier module implements the engine running the modifiers of type Language.t.

Sourcemodule type Param = sig ... end

The parameters of this module.

Sourcemodule type Perform = sig ... end

The handler module type.

Sourcemodule type S = sig ... end

The signature of an engine.

Sourcemodule Make (Param : sig ... end) : S with module Param := Param

The functor to generate an engine.

OCaml

Innovation. Community. Security.