Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Home
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
The Cloud Haskell Platform consists of a
[generic network transport API](https://github.com/haskell-distributed/network-transport),
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a
set of [Platform Libraries](https://github.com/haskell-distributed/distributed-process-platform),
modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).

Expand Down