Skip to content

[#712] Remove uses of Parser LetEnv due to redundant constraint

Pinto Pasquale requested to merge pasqu4le/#712-redundant-constraints into master

Description

This is to !1094 (merged) what !1107 (merged) was to !1083 (merged)

IOW there are some redundant constraint (in this case on Parser when used with LetEnv) that aren't always detected, but appear and cause issue on some pipelines.

Related issue(s)

Related to #712 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Merge request reports