You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation.md
+20-3
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,25 @@ on Cloud Haskell and this reimplementation, which is worth reading in conjunctio
28
28
with the documentation and wiki pages on this website..
29
29
30
30
Cloud Haskell comprises the following components, some of which are complete,
31
-
others experimental.
31
+
others experimental. There are three main parts:
32
32
33
-
*[distributed-process][distributed-process]: Base concurrency and distribution support
34
-
*[distributed-process-client-server][distributed-process-client-server]: Common client/server patterns like Erlang's `gen_server`
33
+
#### The core libraries
34
+
35
+
*[distributed-process][distributed-process]: Base concurrency and distribution support. It provides a number of primitives known from Erlang like `link` and `monitor`.
35
36
*[distributed-static][distributed-static]: Support for static values
36
37
*[rank1dynamic][rank1dynamic]: Like `Data.Dynamic` and `Data.Typeable` but supporting polymorphic values
38
+
39
+
#### The platform libraries
40
+
41
+
*[distributed-process-client-server][distributed-process-client-server]: Common client/server patterns like Erlang's `gen_server`
0 commit comments