Completed docs, added icon
This commit is contained in:
@@ -16,7 +16,9 @@ use crate::utils::{pushed, Substack};
|
||||
/// describe libraries of external functions in Rust. It implements [Add] for
|
||||
/// added convenience
|
||||
pub enum ConstTree {
|
||||
/// A function or constant
|
||||
Const(Expr),
|
||||
/// A submodule
|
||||
Tree(HashMap<Tok<String>, ConstTree>),
|
||||
}
|
||||
impl ConstTree {
|
||||
|
||||
Reference in New Issue
Block a user