use ordsets in library(dif)

This commit is contained in:
Mark Thom
2019-03-12 19:13:03 -06:00
parent 2af08b31d2
commit b5ad8051d8
2 changed files with 5 additions and 8 deletions

View File

@@ -183,11 +183,11 @@ impl Machine {
compile_user_module(self, TERMS.as_bytes());
compile_user_module(self, DCGS.as_bytes());
compile_user_module(self, ATTS.as_bytes());
compile_user_module(self, ORDSETS.as_bytes());
compile_user_module(self, DIF.as_bytes());
compile_user_module(self, FREEZE.as_bytes());
compile_user_module(self, REIF.as_bytes());
compile_user_module(self, ASSOC.as_bytes());
compile_user_module(self, ORDSETS.as_bytes());
}
pub fn new() -> Self {