use can_be and must_be in library(between)
This commit is contained in:
@@ -312,10 +312,10 @@ impl SubModuleUser for IndexStore {
|
||||
}
|
||||
|
||||
static BUILTINS: &str = include_str!("../lib/builtins.pl");
|
||||
static BETWEEN: &str = include_str!("../lib/between.pl");
|
||||
static LISTS: &str = include_str!("../lib/lists.pl");
|
||||
static QUEUES: &str = include_str!("../lib/queues.pl");
|
||||
static ERROR: &str = include_str!("../lib/error.pl");
|
||||
static BETWEEN: &str = include_str!("../lib/between.pl");
|
||||
static TERMS: &str = include_str!("../lib/terms.pl");
|
||||
static DCGS: &str = include_str!("../lib/dcgs.pl");
|
||||
static ATTS: &str = include_str!("../lib/atts.pl");
|
||||
@@ -343,10 +343,10 @@ impl Machine {
|
||||
}
|
||||
|
||||
fn compile_libraries(&mut self) {
|
||||
compile_user_module(self, LISTS.as_bytes());
|
||||
compile_user_module(self, BETWEEN.as_bytes());
|
||||
compile_user_module(self, LISTS.as_bytes());
|
||||
compile_user_module(self, QUEUES.as_bytes());
|
||||
compile_user_module(self, ERROR.as_bytes());
|
||||
compile_user_module(self, BETWEEN.as_bytes());
|
||||
compile_user_module(self, TERMS.as_bytes());
|
||||
compile_user_module(self, DCGS.as_bytes());
|
||||
compile_user_module(self, ATTS.as_bytes());
|
||||
|
||||
Reference in New Issue
Block a user