cl-ast: Finally figure out how visit and walk are supposed to work
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
//! with default implementations across the entire AST
|
||||
|
||||
pub mod fold;
|
||||
|
||||
pub mod visit;
|
||||
pub mod walk;
|
||||
|
||||
pub use fold::Fold;
|
||||
|
||||
pub use visit::Visit;
|
||||
pub use walk::Walk;
|
||||
|
||||
Reference in New Issue
Block a user