Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add F# operators for InputUnion #4699

Merged
merged 1 commit into from
May 26, 2020
Merged

Conversation

mastoj
Copy link
Contributor

@mastoj mastoj commented May 26, 2020

Having to write InputUnion.op_Implicit(80) to create an InputUnion isn't very nice in F#, added operators so you should be able to write write:

let x: InputUnion<int, string> = inputUnion1Of1 80
let y: InputUnion<int, string> = inputUnion2Of2 "hello world"

@mikhailshilkov
Copy link
Member

That's great! Do you mind adding a short note to the changelog?

Copy link
Member

@mikhailshilkov mikhailshilkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@mikhailshilkov mikhailshilkov merged commit 1bdfd3d into pulumi:master May 26, 2020
abhinav pushed a commit to pulumi/pulumi-dotnet that referenced this pull request Jan 11, 2023
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.

None yet

2 participants