diff options
author | Björn Gustavsson <[email protected]> | 2012-12-06 14:14:07 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-12-06 14:14:07 +0100 |
commit | ca3b66e3d2c734e8715c7ed078e4fa9ae10462de (patch) | |
tree | cbb1f4a8d034b09813453ae9f20a4d5465249fc8 /erts/doc/src/erlang.xml | |
parent | 5b40d5502f008f9c44bc4a3bd9037439e35ce0a7 (diff) | |
parent | 0b73bb47674574e3e449d780c5704b02b15a8e07 (diff) | |
download | otp-ca3b66e3d2c734e8715c7ed078e4fa9ae10462de.tar.gz otp-ca3b66e3d2c734e8715c7ed078e4fa9ae10462de.tar.bz2 otp-ca3b66e3d2c734e8715c7ed078e4fa9ae10462de.zip |
Merge branch 'bjorn/remove-tuple-funs/OTP-10170'
* bjorn/remove-tuple-funs/OTP-10170:
erl_expand_records: Remove stale support for literal tuple funs
Teach is_function/2 that tuples are not funs
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index ef0e6fea84..5002c48ca1 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -1497,13 +1497,6 @@ os_prompt% </pre> applied with <c><anno>Arity</anno></c> number of arguments; otherwise returns <c>false</c>.</p> <p>Allowed in guard tests.</p> - <warning> - <p>Currently, <c>is_function/2</c> will also return - <c>true</c> if the first argument is a tuple fun (a tuple - containing two atoms). In a future release, tuple funs will - no longer be supported and <c>is_function/2</c> will return - <c>false</c> if given a tuple fun.</p> - </warning> </desc> </func> <func> |