We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It may be a nice feature that you can write something like this
nat x; rparam p; x := bernoulli(1-p)
and the type check automatically detects that the conversion from Nat to Real is okay and the result is a real.
The text was updated successfully, but these errors were encountered:
Philipp15b
Legotier
No branches or pull requests
It may be a nice feature that you can write something like this
and the type check automatically detects that the conversion from Nat to Real is okay and the result is a real.
The text was updated successfully, but these errors were encountered: