package genspio

  1. Overview
  2. Docs

Module Genspio.TransformSource

Manipulate the AST ('a EDST.t values).

Sourcemodule Visitor : sig ... end

A generic AST visitor pattern, which by default does nothing.

Sourcemodule Constant_propagation : sig ... end

A basic implementation of constant propagation.