We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acfa113 + 2d7abe8 commit e7cf491Copy full SHA for e7cf491
src/doc/book/glossary.md
@@ -46,6 +46,12 @@ must abide by that constraint.
46
47
[traits]: traits.html
48
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
55
### DST (Dynamically Sized Type)
56
57
A type without a statically known size or alignment. ([more info][link])
0 commit comments