From fb60e5143c2faaf185816b8069174723df5f2c9f Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Sat, 13 Jun 2015 13:52:09 -0700 Subject: Add the link to Fun expressions manual page --- system/doc/programming_examples/funs.xmlsrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/doc/programming_examples/funs.xmlsrc b/system/doc/programming_examples/funs.xmlsrc index d4c32bc854..80877f0164 100644 --- a/system/doc/programming_examples/funs.xmlsrc +++ b/system/doc/programming_examples/funs.xmlsrc @@ -111,7 +111,9 @@ foreach(fun(Pid) -> Pid ! M end, L)
Syntax of Funs -

Funs are written with the following syntax:

+

Funs are written with the following syntax (see Fun Expressions + for full description):

F = fun (Arg1, Arg2, ... ArgN) -> ... -- cgit v1.2.3