Closed rgrempel closed 6 years ago
The example code for lazy doesn't compile, because it gives a List as the only argument to uniform (rather than a non-empty list -- that is, an item and a list).
lazy
List
uniform
So, this PR just fixes the example code.
Thank you!
The example code for
lazy
doesn't compile, because it gives aList
as the only argument touniform
(rather than a non-empty list -- that is, an item and a list).So, this PR just fixes the example code.