combinators-docs: fix wording

char-rename
Alexander Iljin 2016-07-26 20:23:47 +03:00 committed by John Benediktsson
parent 79964e4487
commit acd22d1218
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ ARTICLE: "compositional-combinators" "Compositional combinators"
{ $subsections curry compose }
"Derived operations:"
{ $subsections 2curry 3curry with prepose }
"These operations run in constant time, and in many cases are optimized out altogether by the " { $link "compiler" } ". " { $link "fry" } " are an abstraction built on top of these operations, and code that uses this abstraction is often clearer than direct calls to the below words."
"These operations run in constant time, and in many cases are optimized out altogether by the " { $link "compiler" } ". " { $link "fry" } " are an abstraction built on top of these operations, and code that uses this abstraction is often clearer than direct calls to the above words."
$nl
"Curried dataflow combinators can be used to build more complex dataflow by combining cleave, spread and apply patterns in various ways."
{ $subsections "curried-dataflow" }