Skip to content

Commit 9fb01fa

Browse files
committed
Extra tutorials
1 parent b7c904a commit 9fb01fa

File tree

60 files changed

+455
-2056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+455
-2056
lines changed

css/bootstrap.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -899,9 +899,9 @@ blockquote {
899899

900900
blockquote p {
901901
margin-bottom: 0;
902-
font-size: 16px;
902+
# font-size: 16px;
903903
font-weight: 300;
904-
line-height: 25px;
904+
# line-height: 25px;
905905
}
906906

907907
blockquote small {

documentation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Haskell concurrency design patterns along the way.
331331

332332
In fact, [distributed-process-platform][18] does not really consider the
333333
*task layer* in great detail. We provide an API comparable to remote's
334-
`Promise` in [Control.Distributed.Process.Platform.Async][17]. This API however,
334+
`Promise` in Control.Distributed.Process.Platform.Async. This API however,
335335
is derived from Simon Marlow's [Control.Concurrent.Async][19] package, and is not
336336
limited to blocking queries on `Async` handles in the same way. Instead our
337337
[API][17] handles both blocking and non-blocking queries, polling
@@ -516,9 +516,9 @@ TBC
516516
[14]: http://hackage.haskell.org/package/remote
517517
[15]: http://www.erlang.org/doc/design_principles/sup_princ.html
518518
[16]: http://www.erlang.org/doc/man/supervisor.html
519-
[17]: /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async.html
519+
[17]: http://hackage.haskell.org/package/distributed-process-platform/Control-Distributed-Process-Platform-Async.html
520520
[18]: https://github.com/haskell-distributed/distributed-process-platform
521521
[19]: http://hackage.haskell.org/package/async
522522
[20]: /wiki/networktransport.html
523-
[21]: /static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess.html
523+
[21]: http://hackage.haskell.org/package/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess.html
524524
[22]: /tutorials/tutorial3.html

img/alert.png

7.13 KB
Loading

img/info.png

2.49 KB
Loading

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async-AsyncChan.html

-109
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async-AsyncSTM.html

-90
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Async.html

-118
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Call.html

-34
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess-Client.html

-36
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess-Server.html

-94
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-ManagedProcess.html

-287
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Test.html

-17
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Time.html

-27
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform-Timer.html

-33
This file was deleted.

static/doc/distributed-process-platform/Control-Distributed-Process-Platform.html

-54
This file was deleted.
Binary file not shown.

static/doc/distributed-process-platform/doc-index-95.html

-4
This file was deleted.

static/doc/distributed-process-platform/doc-index-A.html

-4
This file was deleted.

static/doc/distributed-process-platform/doc-index-All.html

-4
This file was deleted.

0 commit comments

Comments
 (0)