use std::str::FromStr; use std::rc::Rc; use crate::basic::Form; use crate::eval::FormT; grammar; pub Term: Rc