Skip to content

Commit

Permalink
Add basic unwrapping for nested logical expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
gskorokhod committed Jan 29, 2024
1 parent 4a7ff28 commit b760d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conjure_oxide/src/rules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ fn distribute_not_or(expr: &Expr) -> Result<Expr, RuleApplicationError> {
/**
* Distribute `not` over `and`:
* ```text
* not (a and b) = (not a) or (not b)
* ```
*/
Expand Down

0 comments on commit b760d4c

Please sign in to comment.