Skip to content
Snippets Groups Projects
Commit 82cb8913 authored by John Ericson's avatar John Ericson Committed by Marge Bot
Browse files

Fix #18145 and also avoid needless work with implicit vars


 - `forAllOrNothing` now is monadic, so we can trace whether we bind
   an explicit `forall` or not.

 - #18145 arose because the free vars calculation was needlessly
   complex. It is now greatly simplified.

 - Replaced some other implicit var code with `filterFreeVarsToBind`.

Co-authored-by: default avatarRyan Scott <ryan.gl.scott@gmail.com>
parent dcd6bdcc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment