Skip to content

Commit 2d7abe8

Browse files
authored
Update glossary.md
Added a brief description of Combinators
1 parent 1628188 commit 2d7abe8

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)