- 06 Apr, 2020 8 commits
-
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
Instead, link to the (actively maintained) issues page on the GitLab.
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
- 01 Apr, 2020 1 commit
-
-
Finn Teegen authored
Emit correct locations for warnings about unreachable case branches Closes #84 See merge request !22
-
- 28 Feb, 2020 1 commit
-
-
Jan-Hendrik Matthes authored
-
- 26 Feb, 2020 1 commit
-
-
Jan-Hendrik Matthes authored
-
- 18 Feb, 2020 2 commits
-
-
Jan-Hendrik Matthes authored
-
Jan-Hendrik Matthes authored
-
- 10 Feb, 2020 5 commits
-
-
Fredrik Wieczerkowski authored
Also, report the line number of the first (rather than the last) unreachable branch.
-
Jan-Hendrik Matthes authored
-
Jan-Hendrik Matthes authored
-
Kai-Oliver Prott authored
-
Kai-Oliver Prott authored
-
- 04 Feb, 2020 4 commits
-
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
-
- 03 Feb, 2020 3 commits
-
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
Print the right-hand-side expression of case branches if they are unreachable. Currently only for identifiers.
-
Fredrik Wieczerkowski authored
See merge request !21. Fixes !16.
-
- 31 Jan, 2020 3 commits
-
-
Fredrik Wieczerkowski authored
Consider case branches where any guard is always true to be exhaustive.
-
Kai-Oliver Prott authored
-
Kai-Oliver Prott authored
-
- 30 Jan, 2020 2 commits
-
-
Fredrik Wieczerkowski authored
-
Fredrik Wieczerkowski authored
When checking whether a case arm is reachable, consider wildcard patterns with a guard containing 'True', 'success' or 'otherwise' to be exhaustive.
-
- 29 Jan, 2020 4 commits
-
-
Fredrik Wieczerkowski authored
Treat guarded equations with a wildcard pattern as non-exhaustive (continue processing the rest of the equations).
-
Fredrik Wieczerkowski authored
Find case and function guards and pass them into 'checkPatternMatching'. This allows for more fine-grained exhaustion/overlap-checks.
-
Fredrik Wieczerkowski authored
Gitignore Cabal's sandbox environment files.
-
Fredrik Wieczerkowski authored
Gitignore editor-specific configuration files from Visual Studio Code.
-
- 28 Jan, 2020 6 commits
-
-
Kai-Oliver Prott authored
-
Kai-Oliver Prott authored
-
Finn Teegen authored
-
Finn Teegen authored
-
Finn Teegen authored
Add Kind information to explicitly bound type variables See merge request !20
-
Finn Teegen authored
-