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
Code example
-spec test_02(Proplist :: [{atom(), atom()}]) -> atom(). test_02([]) -> ok; test_02(Proplist) -> Keys = proplists:get_keys(Proplist), Index = random:uniform(length(Keys)), lists:nth(Index, Keys).
=== BIFs Currently without Symbolic Interpretation === erlang:phash/2 erlang:trunc/1 erlang:get/1 erlang:put/2
The text was updated successfully, but these errors were encountered:
Thanks for the example, but most of these have been reported as issues #52, #56 and #57.
Also, the random module will be deprecated in 19.0 and one is supposed to use the rand module instead...
random
rand
Sorry, something went wrong.
Support erlang:trunc/1 #68
2cd117a
c093b13
I am closing this issue. The part that is not mentioned in other issues (support erlang:trunc/1) is fixed.
erlang:trunc/1
aggelgian
No branches or pull requests
Code example
=== BIFs Currently without Symbolic Interpretation ===
erlang:phash/2
erlang:trunc/1
erlang:get/1
erlang:put/2
The text was updated successfully, but these errors were encountered: