File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
doc/libraries_ref_guide/LibDoc Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,21 @@ \subsubsection{Extracting Elements and Sub-Lists}
385385\hline
386386\end {tabular }
387387
388+ \index [function]{List!lookupAll}
389+ \index {lookupAll@\te {lookupAll} (\te {List} function)}
390+ \begin {tabular }{|p{.7 in}|p{4.9 in}|}
391+ \hline
392+ & \\ \te {lookupAll}&Returns all values matching a key in an association list.\\
393+ & \\ \cline {2-2}
394+ &\begin {libverbatim }
395+ function List#(b_type)
396+ lookupAll (a_type key, List#(Tuple2#(a_type, b_type)) alist)
397+ provisos(Eq#(a_type));
398+ \end {libverbatim }
399+ \\
400+ \hline
401+ \end {tabular }
402+
388403\index [function]{List!takeWhile}
389404\index {takeWhile@\te {takeWhile} (\te {List} function)}
390405\begin {tabular }{|p{.7 in}|p{4.9 in}|}
You can’t perform that action at this time.
0 commit comments