revamp evaluable functors, add missing evaluable functors
This commit is contained in:
@@ -12,7 +12,7 @@ macro_rules! heap_str {
|
||||
|
||||
macro_rules! heap_integer {
|
||||
($i:expr) => (
|
||||
HeapCellValue::Addr(Addr::Con(integer!($i)))
|
||||
HeapCellValue::Addr(Addr::Con(Constant::Integer($i)))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user