-
Notifications
You must be signed in to change notification settings - Fork 4
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
Function support #68
Function support #68
Conversation
It's in the format of a standard function header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some comments, mostly on messaging...
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I just have a couple of questions and a couple of suggestions (which you can consider or ignore if don't have any other changes to make).
Changes introduced with this PR
This PR adds functions to the schema.
There are two main categories of functions. Statically typed and dynamically typed.
For examples on how this is used, see the expressions draft PR: arcalot/arcaflow-expressions#16
By contributing to this repository, I agree to the contribution guidelines.