package yuujinchou

  1. Overview
  2. Docs
A domain-specific language for manipulating hierarchical names

Install

dune-project
 Dependency

Authors

Maintainers

Sources

4.0.0.tar.gz
md5=35a5e35ed3b3bc9095810eb2a5a73dbd
sha512=3de4e92a74e2cbfc95cbba2ea32e2880be66d81d0e48ca57865e4650de3c912d57b9e1ec9fa8fcc37680cc8dc1c2fb165947323782e86a83567e53cfd31bb727

doc/yuujinchou/Yuujinchou/Modifier/index.html

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 the engine.

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

The functor to generate an engine.

OCaml

Innovation. Community. Security.