index inlined and builtin clausetypes inside a BTreeMap

This commit is contained in:
Mark Thom
2019-03-26 21:59:50 -06:00
parent 44f762a4f0
commit 32c8a5e55f
7 changed files with 92 additions and 97 deletions

View File

@@ -1,6 +1,7 @@
#[macro_use] extern crate cfg_if;
#[macro_use] extern crate downcast;
#[macro_use] extern crate prolog_parser;
#[macro_use] extern crate ref_thread_local;
cfg_if! {
if #[cfg(feature = "readline_rs_compat")] {