package genspio

  1. Overview
  2. Docs

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

module Visitor : sig ... end

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

module Constant_propagation : sig ... end

A basic implementation of constant propagation.