add support for callable if-then and disjunct

This commit is contained in:
Mark Thom
2018-05-12 00:30:34 -06:00
parent ba7e7ac895
commit 7455c2e9db
12 changed files with 252 additions and 295 deletions

View File

@@ -152,7 +152,7 @@ macro_rules! is_call {
macro_rules! set_cp {
($r:expr) => (
Line::PolicyExempt(PEInstruction::SetCutPoint($r))
call_clause!(ClauseType::System(SystemClauseType::SetCutPoint($r)), 1, 0)
)
}