index inlined and builtin clausetypes inside a BTreeMap
This commit is contained in:
@@ -261,3 +261,9 @@ macro_rules! discard_result {
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
macro_rules! ar_reg {
|
||||
($r: expr) => (
|
||||
ArithmeticTerm::Reg($r)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user