Remove `fromFlag`.
Open
type: refactor
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
It's essentially `fromJust`, and makes everyone think "is this safe, why it's safe". Also in many cases its safety isn't asserted with a comment.
Maybe we need `UncondFlag` without a "`Nothing`" branch, but I'd be in favour of adding that type, if it's what we need.
Contributor guide
Assessment
This issue has not been assessed yet.