-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ad-hoc support for simple map comprehensions
Summary: Precise handling of all generators in all cases may get exponential quickly, but it's possible to handle the simple case of one map generator easily. We may revisit and add support for more/generalize the approach later. Reviewed By: ilya-klyuchnikov Differential Revision: D66447457 fbshipit-source-id: 959e861378c7286b0d2a0e481458f03346dc1b13
- Loading branch information
1 parent
e2e62c9
commit c4c54bc
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters