Module smt2parser::renaming[][src]

Expand description

Utilities for name resolution and renaming of bound symbols.

Structs

A Rewriter implementation that normalizes local symbols into x0, x1, etc.

Configuration for SymbolNormalizer.

A Rewriter implementation that converts old-style testers is-Foo into a proper indexed identifier (_ is Foo).