input-output-hk / input-output-hk/Lean-blaster

Test cases for advanced Not normalization rules

Open
#90 0 comments 0 reactions 0 assignees View on GitHub
area: optimizer area: tests
Dominant language
Lean
Stars
57
Forks
11
Avg merge
1d 5h
Merged PRs (30d)
10

Description

We need to add all the necessary test cases to validate the following rules:
- ¬ (¬ e1 ∧ ¬ e2) ===> (e1 ∨ e2)
- ¬ (¬ e1 ∨ ¬ e2) ===> (e1 ∧ e2)

---
**Transferred from:** input-output-hk/sc-fvt#420

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or existing test is named; first locate the normalization tests and run the relevant test suite. Add coverage for both De Morgan rules shown in the issue, and confirm the suite passes with each rule validated.

Written by the indexing model from the issue text.

Assessment

Domain
testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.