File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,10 +219,9 @@ table* associating the symbolic name of a function to its value. Processes can
219219only be successfully spawned on remote nodes of all these remote nodes have
220220the same remote table as the local one.
221221
222- We need to configure our remote table (see the [ API documentation] [ 2 ]
223- for ` Control.Distributed.Process.Closure ` for more details) and the
224- easiest way to do this, is to let the library generate the relevant
225- code for us. For example:
222+ We need to configure our remote table (see the [ API reference] [ 6 ] for
223+ more details) and the easiest way to do this, is to let the library
224+ generate the relevant code for us. For example:
226225
227226{% highlight haskell %}
228227sampleTask :: (TimeInterval, String) -> Process ()
@@ -290,3 +289,4 @@ different ways:
290289[ 3 ] : /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async.html
291290[ 4 ] : /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess.htmlv:callAsync
292291[ 5 ] : http://hackage.haskell.org/packages/archive/distributed-process/latest/doc/html/Control-Distributed-Process-Internal-Primitives.html#t:Match
292+ [ 6 ] : http://hackage.haskell.org/packages/archive/distributed-process/latest/doc/html/Control-Distributed-Process-Closure.html
You can’t perform that action at this time.
0 commit comments