feat(semantics): add quantitative semantics
This commit is contained in:
parent
d3b30deaa3
commit
bfd5178982
2 changed files with 65 additions and 146 deletions
|
|
@ -83,7 +83,7 @@ impl Semantics for BooleanSemantics {
|
|||
}
|
||||
Ok(arg)
|
||||
}
|
||||
BoolExpr::Until { lhs, rhs } => todo!(),
|
||||
BoolExpr::Until { lhs: _, rhs: _ } => todo!(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue