remove Mode from codegen root

This commit is contained in:
Jeong YunWon 2022-08-23 05:15:27 +09:00
parent bfe4795b6c
commit a414677892

View file

@ -1,5 +1,4 @@
use crate::constant; use crate::{constant, fold::Fold};
use crate::fold::Fold;
pub(crate) trait Foldable<T, U> { pub(crate) trait Foldable<T, U> {
type Mapped; type Mapped;