package genspio

  1. Overview
  2. Docs

A basic implementation of constant propagation.

val process : ?trace:Format.formatter -> 'a Language.t -> 'a Language.t

Simplify an 'a EDSL.t expression by propagating some of the constant values.

val test : unit -> unit

Some tests specific to the module, see option "--run-constant-propagation-tests" of the main tests.