From 6674cff5db0c281d309723f25106dd84c33246b1 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 27 Sep 2012 09:31:06 +0200 Subject: Refine a few opaque types --- lib/stdlib/doc/src/ets.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/stdlib/doc/src') diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml index 7880bf8fbb..abaf64fb91 100644 --- a/lib/stdlib/doc/src/ets.xml +++ b/lib/stdlib/doc/src/ets.xml @@ -145,6 +145,10 @@

A match specification, see above.

+ + +

A compiled match specification.

+
@@ -766,8 +770,6 @@ ets:is_compiled_ms(Broken). - - A compiled match specification. Compiles a match specification into its internal representation

This function transforms a @@ -791,8 +793,6 @@ ets:is_compiled_ms(Broken). - - A compiled match specification. Performs matching, using a compiled match_spec, on a list of tuples

This function executes the matching specified in a -- cgit v1.2.3