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

Turn string[] types into dTypes[] #40

Closed
loredanacirstea opened this issue Apr 1, 2019 · 0 comments · Fixed by #47
Closed

Turn string[] types into dTypes[] #40

loredanacirstea opened this issue Apr 1, 2019 · 0 comments · Fixed by #47

Comments

@loredanacirstea
Copy link
Member

Add a library, containing the definitions:

enum dTypeRelation { Has, Link }

struct dTypes {
    string name;
    string label;
    dTypeRelation relation;
}

This will be used in the dType definition for types and for what we currently have as outputs.

Related: #11

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 a pull request may close this issue.

1 participant