This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Lambdas lifted by Q# compiler appear in output from Q# code cells #644
Labels
Area-Kernel
Issue relates to the IQ# kernel.
Kind-Bug
Something isn't working
tracking
This label will trigger gh-sync to create or update a mirror internal ADO issue.
Describe the bug
When running a Q# code cell in a Q# notebook, operations and functions lifted from lambda expressions appear in user-facing output as part of the contents of that cell.
To Reproduce
Expected behavior
The lifted lambda operation
_0f141307913a4d19bd95bb7f235180d5_ApplyWithDistributedControlled
should not appear in the user-facing output.System information
Additional context
@SamarSha: Do you know if there's any property set on the AST representation of lifted lambdas that could be used to filter them out from the IQ# kernel side? Thanks!
The text was updated successfully, but these errors were encountered: