diff --git a/README.markdown b/README.markdown index 8f1e2aa..20bb181 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,12 @@ dejafu [![Build Status][build-status]][build-log] ====== +> [Déjà Fu is] A martial art in which the user's limbs move in time as +> well as space, […] It is best described as "the feeling that you +> have been kicked in the head this way before" +> +> -- Terry Pratchett, Thief of Time + Concurrency is nice, deadlocks and race conditions not so much. The `Par` monad family, as defined in [abstract-par][] provides deterministic parallelism, but sometimes we can tolerate a bit of diff --git a/dejafu.cabal b/dejafu.cabal index cd4dd8b..22bb3ed 100755 --- a/dejafu.cabal +++ b/dejafu.cabal @@ -6,6 +6,8 @@ version: 0.0.0.0 synopsis: Overloadable primitives for testable, potentially non-deterministic, concurrency. description: + /[Déjà Fu is] A martial art in which the user's limbs move in time as well as space, […] It is best described as "the feeling that you have been kicked in the head this way before"/ -- Terry Pratchett, Thief of Time + . Concurrency is nice, deadlocks and race conditions not so much. The @Par@ monad family, as defined in