-
Notifications
You must be signed in to change notification settings - Fork 5
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
how do I make references in pyll? #3
Comments
currently this question doesn't really make sense - genson references were a workaround so that you could build a DAG from within a text file, which is organized as a tree. Pyll does not have a text file representation yet, so there is no need for references. I'm closing this, because it's a duplicate of #2 |
could you show point me to an example of how to represent the following old genson thing in pyll: {"a": choice([1,2,3]), |
|
OK! Great, thank you. Very nice. |
e.g. the old internal references from genson?
The text was updated successfully, but these errors were encountered: