Replies: 1 comment 9 replies
-
|
Well, it turns out the ability to have non-trivial signatures in a (typed) function defined in the parser is essentially just a stub:
Therefore, short of someone submitting a PR that allows type annotations in the expression languages and/or adding further signatures to a function (e.g. after evaluating then f is a typed-function with two signatures
Thoughts? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
In the parser if I use the function
typedit works as expected getting a typed function.If I try to make a not typed function I also get a typed function.
Even the function defined in the typed function is typed
Is this behavior expected?
Is there a way to make functions inside the parser that are not typed?
Beta Was this translation helpful? Give feedback.
All reactions