[][src]Crate lib_xalg

A library for generating random formulas.

Getting Started

generate::<i32>(5,3,3).unwrap().export();

Modules

formula

Module of formula AST.

Enums

ErrorKind

The enum for denoting error(s).

Functions

generate

Generate the formula AST.