diff options
author | Björn Gustavsson <[email protected]> | 2011-12-20 13:26:44 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-01-26 10:53:07 +0100 |
commit | c309ae6c42c8a6cce9e460eb370d356c6db4709e (patch) | |
tree | 53e57821b4fa5aaf75bb03d391d793c374a5424b /lib/stdlib/doc | |
parent | e9a46676a6b5b057dc44b6b81e1853b7ed86061f (diff) | |
download | otp-c309ae6c42c8a6cce9e460eb370d356c6db4709e.tar.gz otp-c309ae6c42c8a6cce9e460eb370d356c6db4709e.tar.bz2 otp-c309ae6c42c8a6cce9e460eb370d356c6db4709e.zip |
Remove support for is_constant/1 in ms_transform
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/ms_transform.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/ms_transform.xml b/lib/stdlib/doc/src/ms_transform.xml index f81f8bda96..ad5f8bd5ac 100644 --- a/lib/stdlib/doc/src/ms_transform.xml +++ b/lib/stdlib/doc/src/ms_transform.xml @@ -308,7 +308,7 @@ ets:select(emp_tab, ets:fun2ms( Erlang code. Also arithmetics is allowed, as well as ordinary guard bif's. Here's a list of bif's and expressions:</p> <list type="bulleted"> - <item>The type tests: is_atom, is_constant, is_float, is_integer, + <item>The type tests: is_atom, is_float, is_integer, is_list, is_number, is_pid, is_port, is_reference, is_tuple, is_binary, is_function, is_record</item> <item>The boolean operators: not, and, or, andalso, orelse </item> @@ -318,7 +318,7 @@ ets:select(emp_tab, ets:fun2ms( <item>The guard bif's: abs, element, hd, length, node, round, size, tl, trunc, self</item> <item>The obsolete type test (only in guards): - atom, constant, float, integer, + atom, float, integer, list, number, pid, port, reference, tuple, binary, function, record</item> </list> |