Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gpad authored Nov 17, 2016
1 parent aa3d6d0 commit f652a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/5_eventual.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ If, then we can express our computation in a manner in which it is possible to t
Note that this requires a different kind of language, since these inferences are hard to make for traditional programming languages where sequence, selection and iteration are at the core. Which is why the Bloom language was designed.


## What is non-mononicity good for?
## What is non-monotonicity good for?

The difference between monotonicity and non-monotonicity is interesting. For example, adding two numbers is monotonic, but calculating an aggregation over two nodes containing numbers is not. What's the difference? One of these is a computation (adding two numbers), while the other is an assertion (calculating an aggregate).

Expand Down

0 comments on commit f652a0a

Please sign in to comment.