Skip to content

Commit e7cf491

Browse files
authoredJul 4, 2016
Auto merge of #34602 - Xmasreturns:patch-4, r=steveklabnik
Update glossary.md Added a brief description of Combinators
2 parents acfa113 + 2d7abe8 commit e7cf491

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/doc/book/glossary.md

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ must abide by that constraint.
4646

4747
[traits]: traits.html
4848

49+
### Combinators
50+
51+
Combinators are higher-order functions that apply only functions and
52+
earlier defined combinators to provide a result from its arguments.
53+
They can be used to manage control flow in a modular fashion.
54+
4955
### DST (Dynamically Sized Type)
5056

5157
A type without a statically known size or alignment. ([more info][link])

0 commit comments

Comments
 (0)
Please sign in to comment.