what's an order of magnitude between friends

This commit is contained in:
Mark Wotton 2021-01-05 10:41:35 -05:00
parent 900105a892
commit 2631bb7e3e

View File

@ -45,7 +45,7 @@ server introduce = introduce :<|> combine :<|> eliminate
```
We have a "good" server, that never generates anything other than a 0. This means repeated application of
the combination/addition rule can never bring us to the dangerous state of numbers larger than 100.
the combination/addition rule can never bring us to the dangerous state of numbers larger than 10.
``` haskell
goodServer, badServer :: Server Api