Skip to content
GitLab
Explore
Sign in
Register
Core: add absorb rules for binary or/and (
#16351
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Sylvain Henry
requested to merge
hsyl20/ghc:hsyl20/absorb-or-and
into
master
Sep 18, 2024
Overview
4
Commits
1
Pipelines
4
Changes
4
Expand
Rules:
x or (x and y) ==> x
x and (x or y) ==> x
Merge request reports
Loading