package yuujinchou

  1. Overview
  2. Docs
A library for hierarchical names and lexical scoping

Install

dune-project
 Dependency

Authors

Maintainers

Sources

5.0.1.tar.gz
md5=f9c0f29e411c3a429d9fa7d9e3813aec
sha512=96aeb94ae7c7beb6bcf9191bd9d7706a3d2ceb078b823b0e374e95b2a7e18ae27bdda4378bf799eb243f43b85409d1f11ff0165e22d332ca2f0ebc40b60a6cbe

doc/yuujinchou/Yuujinchou/Scope/index.html

Module Yuujinchou.ScopeSource

The Scope module implements lexical scoping based on Modifier.

Sourcemodule type Param = sig ... end

The parameters of scoping effects.

Sourcemodule type Perform = sig ... end

The handler module type.

Sourcemodule type S = sig ... end

The signature of scoping effects.

Sourcemodule Make (Param : Param) : S with module Param := Param

The functor to generate a module for scoping effects.