You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As temporary protection before type inference and broader feature support exists, we need some validation passes that check for specific disallowed patterns in Q# that warns users early and protects later transformation passes from needing to handle invalid patterns.
The content you are editing has changed. Please copy your edits and refresh the page.
Added a Validator pass to check that the submitted code does not
contain:
- Adj/Ctl operations that return non-Unit
- Partial applications
- Lambda expressions
- Callable type parameters on callables
- Type holes
Issue #71
As temporary protection before type inference and broader feature support exists, we need some validation passes that check for specific disallowed patterns in Q# that warns users early and protects later transformation passes from needing to handle invalid patterns.
Tasks
The text was updated successfully, but these errors were encountered: