Fix typo.

This commit is contained in:
Maciej Bendkowski 2022-03-31 21:51:00 +02:00
parent 15ba2fd199
commit c8803c35cb

View File

@ -28,7 +28,7 @@ data BinTree
one can construct a corresponding Boltzmann sampler in a single line of code
``` hs
mkDefBoltzmannSampler ''Tree 1000
mkDefBoltzmannSampler ''BinTree 1000
```
which makes `BinTree` an instance of the `BoltzmannSampler` type class: