Finishes cache
This commit is contained in:
@ -8,7 +8,7 @@ use crate::ast::Variable;
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Constraints
|
||||
{
|
||||
set: HashMap<Variable, Predicate>,
|
||||
pub(crate) set: HashMap<Variable, Predicate>,
|
||||
}
|
||||
|
||||
impl Constraints
|
||||
|
||||
Reference in New Issue
Block a user