You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Bool property checks to explicit Just True comparisons (#3)
* Refactor Bool property checks to explicit `Just True` comparisons
- Replace fromMaybe False maybeProp with (Just True == maybeProp) for clarity and precision
- Simplify tryDecodeKey by removing unnecessary do block and using direct case expression
- Improve readability by making boolean property checks more explicit
- Removed Data.Maybe import Formatting.Rules
0 commit comments