another big refactor

This commit is contained in:
Mark Thom
2018-01-11 20:56:04 -07:00
parent 59ccf5d8e8
commit c513bbeafa
8 changed files with 190 additions and 193 deletions

View File

@@ -53,7 +53,7 @@ macro_rules! functor {
macro_rules! atom {
($name:expr) => (
HeapCellValue::Con(Constant::Atom(Rc::new(String::from($name))))
HeapCellValue::Addr(Addr::Con(Constant::Atom(Rc::new(String::from($name)))))
)
}