Skip to content

Commit

Permalink
Removed reference to the clocked variant from the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cobbpg committed Jun 18, 2016
1 parent a2de44e commit 1d2ac38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -11,13 +11,12 @@ and simple denotational semantics.
Stateful signals can be safely generated at any time through a monadic
interface, while stateless combinators can be used in a purely
applicative style. Elerea signals can be defined recursively, and
external input is trivial to attach. The library comes in three major
external input is trivial to attach. The library comes in two major
variants:

* **Simple**: signals are plain discrete streams isomorphic to
functions over natural numbers;
* **Param**: adds a globally accessible input signal for convenience;
* **Clocked**: adds the ability to freeze whole subnetworks at will.

This is a minimal library that defines only some basic primitives, and
you are advised to install
Expand Down

0 comments on commit 1d2ac38

Please sign in to comment.