1
2
3
4
5
6
pub mod term;
pub mod display;
pub mod reduction;
pub mod arithmetic;
pub mod booleans;
pub mod list;