package yuujinchou

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

Install

Dune Dependency

Authors

Maintainers

Sources

5.2.0.tar.gz
md5=805292aa48221618fdea6cf9aea30a63
sha512=a31c31f6a98c06844f973ecbef21e78e387b7d139bee78b9e9920ac92a90685f8282d08fc5f5a2a0adeab0d8ce7e1e4790fe0957ab04658b79e7cac82f21841a

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.

OCaml

Innovation. Community. Security.