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 Test for Union Recursive Type #1148

Merged

Conversation

zevstravitz
Copy link
Contributor

@zevstravitz zevstravitz commented May 18, 2022

Recursive implementations frequently utilize union types to represent general and base cases. This PR adds a test case for this, by using a linked list as an illustrative example.

@netlify
Copy link

netlify bot commented May 18, 2022

Deploy Preview for guileless-rolypoly-866f8a ready!

Name Link
🔨 Latest commit 70e9add
🔍 Latest deploy log https://app.netlify.com/sites/guileless-rolypoly-866f8a/deploys/6284795b640f720008dac017
😎 Deploy Preview https://deploy-preview-1148--guileless-rolypoly-866f8a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@colinhacks colinhacks merged commit 12214aa into colinhacks:master May 20, 2022
MrAwesome pushed a commit to MrAwesome/zod that referenced this pull request May 20, 2022
* union recursive

* union recursive
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