From 4c3418d26b8bb209aa46a2debd12e9f406738947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20G=C3=B6m=C3=B6ri?= Date: Thu, 27 Dec 2018 00:00:14 +0100 Subject: Add literal character to erl_parse:abstract_type/0 type This is allowed since 19.3 (commit 6d238032) and documented since commit 744fb920. --- lib/stdlib/src/erl_parse.yrl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/stdlib/src/erl_parse.yrl b/lib/stdlib/src/erl_parse.yrl index 9602f0bcd9..5880eb4536 100644 --- a/lib/stdlib/src/erl_parse.yrl +++ b/lib/stdlib/src/erl_parse.yrl @@ -928,6 +928,7 @@ Erlang code. [af_type_variable() | abstract_type()]}. % [V, T] -type af_singleton_integer_type() :: af_integer() + | af_character() | af_unary_op(af_singleton_integer_type()) | af_binary_op(af_singleton_integer_type()). -- cgit v1.2.3