Skip to content

Call functors with both arguments at once#5578

Merged
edolstra merged 1 commit intoNixOS:masterfrom
edolstra:call-functor
Nov 16, 2021
Merged

Call functors with both arguments at once#5578
edolstra merged 1 commit intoNixOS:masterfrom
edolstra:call-functor

Conversation

@edolstra
Copy link
Member

This is not really useful on its own, but it does recover the infinite recursion error message for { __functor = x: x; } 1, and is more efficient in conjunction with #3718.

Fixes #5515.

This is not really useful on its own, but it does recover the
'infinite recursion' error message for '{ __functor = x: x; } 1', and
is more efficient in conjunction with NixOS#3718.

Fixes NixOS#5515.
@edolstra edolstra merged commit b191213 into NixOS:master Nov 16, 2021
@edolstra edolstra deleted the call-functor branch November 16, 2021 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

__functor causes infinite loop when it returns itself

1 participant