From e9a46676a6b5b057dc44b6b81e1853b7ed86061f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Tue, 20 Dec 2011 13:25:59 +0100 Subject: Remove references to is_constant/1 from the match spec documentation is_constant/1 was removed in R13B. --- erts/doc/src/match_spec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'erts') diff --git a/erts/doc/src/match_spec.xml b/erts/doc/src/match_spec.xml index f0390c9db8..cd2b3abc1e 100644 --- a/erts/doc/src/match_spec.xml +++ b/erts/doc/src/match_spec.xml @@ -75,7 +75,7 @@ MatchCondition ::= { GuardFunction } | { GuardFunction, ConditionExpression, ... } - BoolFunction ::= | | + BoolFunction ::= | | | | | | | | | | @@ -133,7 +133,7 @@ MatchCondition ::= { GuardFunction } | { GuardFunction, ConditionExpression, ... } - BoolFunction ::= | | + BoolFunction ::= | | | | | | | | | | @@ -172,7 +172,7 @@ Functions allowed in all types of match specifications

The different functions allowed in work like this:

-

is_atom, is_constant, is_float, is_integer, is_list, is_number, is_pid, is_port, is_reference, is_tuple, is_binary, is_function: Like the corresponding guard tests in +

is_atom, is_float, is_integer, is_list, is_number, is_pid, is_port, is_reference, is_tuple, is_binary, is_function: Like the corresponding guard tests in Erlang, return or .

is_record: Takes an additional parameter, which SHALL -- cgit v1.2.3