Skip to content

Commit

Permalink
Update glossary.md
Browse files Browse the repository at this point in the history
Added a brief description of Combinators
  • Loading branch information
Xmasreturns committed Jul 1, 2016
1 parent 1628188 commit 2d7abe8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/doc/book/glossary.md
Expand Up @@ -46,6 +46,12 @@ must abide by that constraint.

[traits]: traits.html

### Combinators

Combinators are higher-order functions that apply only functions and
earlier defined combinators to provide a result from its arguments.
They can be used to manage control flow in a modular fashion.

### DST (Dynamically Sized Type)

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

0 comments on commit 2d7abe8

Please sign in to comment.