Module tan::expr

source ·

Modules§

Enums§

  • A symbolic expression. This is the ‘universal’ data type in the language, all values are expressions (and expressions are values). Evaluation is expression rewriting to a fixed point.

Functions§

Type Aliases§

  • A function that accepts a list of Exprs and a mut Context, returns maybe an Expr.
  • A function that accepts a list of Exprs, returns maybe an Expr.