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

feat(examples): Add an example using the Julia type system. #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Klafyvel
Copy link

Building over #32, this provides an example implementation for a tree based on the Julia type-system.

I needed to write tests for all concrete subtypes (leaf) of an abstract tree for a project that has many types, so I wrote a tree for that. I hope it can be useful in the examples. :)

@Klafyvel Klafyvel force-pushed the feat-add-julia-type-system-tree branch from 8cabb2f to 784c305 Compare November 19, 2024 22:18
Building over JuliaCollections#32, this provides an example implementation for a tree
based on the Julia type system.
@Klafyvel Klafyvel force-pushed the feat-add-julia-type-system-tree branch from 784c305 to cb64de8 Compare November 19, 2024 22:37
@Klafyvel
Copy link
Author

Sorry for the CI noise, it's been a while since I used Julia 1.0! All is good now.

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.

1 participant