From 589e047e5558d965ca48f96eda3cd452b0627df2 Mon Sep 17 00:00:00 2001 From: Joseph Wayne Norton Date: Sun, 23 Sep 2012 21:52:53 +0900 Subject: Export ets:match_pattern/0 type Similar to match specification, some of the ets functions uses a match pattern. Export the match pattern type to allow for inclusion in the types and function specifications of other modules. --- lib/stdlib/src/ets.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/src/ets.erl b/lib/stdlib/src/ets.erl index 817b397cc4..7485debfe3 100644 --- a/lib/stdlib/src/ets.erl +++ b/lib/stdlib/src/ets.erl @@ -42,7 +42,7 @@ -export([i/0, i/1, i/2, i/3]). --export_type([tab/0, tid/0, match_spec/0]). +-export_type([tab/0, tid/0, match_pattern/0, match_spec/0]). %%----------------------------------------------------------------------------- -- cgit v1.2.3