package yuujinchou

  1. Overview
  2. Docs

Module Yuujinchou.ScopeSource

The Scope module implements lexical scoping based on Modifier.

Sourcemodule type Param = sig ... end

The parameters of scoping effects.

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.