Skip to content

Commit

Permalink
Merge pull request #43 from gpad/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mixu authored Nov 18, 2016
2 parents aa3d6d0 + f652a0a commit 369d0ed
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 369d0ed

Please sign in to comment.