-
Notifications
You must be signed in to change notification settings - Fork 32
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
Issues with the dot-tilde (i.e. .~
) syntax
#761
Comments
I would also be in favour of removing the |
Might poll our userbase on Slack, see if anyone is desperate to keep |
There are "semantic" differences. x ~ filldist(Normal(), 2) treats x .~ Normal() treats |
Here is the idea I mentioned briefly during the meeting. We lower x .~ Normal() to x = tilde_assume!!(__context__, IIDDistribution(Normal()), __varinfo__) Then, we overload We could make this work for other distribution sugars by overloading the EDIT: I am happy to remove the |
.~
andrand
#405.~
meaning #435.~
seems to give incorrect answers #28dot_tilde
#700Below is copied from #710 (comment)
The text was updated successfully, but these errors were encountered: