diff --git a/0048-predictable-randomness-pt2/README.md b/0048-predictable-randomness-pt2/README.md new file mode 100644 index 00000000..28b07a9f --- /dev/null +++ b/0048-predictable-randomness-pt2/README.md @@ -0,0 +1,5 @@ +## [Point-Free](https://www.pointfree.co) + +> #### This directory contains code from Point-Free Episode: [Predictable Randomness: Part 2](https://www.pointfree.co/episodes/ep48-predictable-randomness-part-2) +> +> This week we finally make our untestable Gen type testable. We’ll compare several different ways of controlling Gen, consider how they affect Gen’s API, and once again find ourselves face-to-face with flat-map. diff --git a/README.md b/README.md index 468b9ff3..83864fd7 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,4 @@ This repository is the home of code written on episodes of 1. [The Many Faces of Flat-Map: Part 4](0045-the-many-faces-of-flatmap-pt4) 1. [The Many Faces of Flat-Map: Part 5](0046-the-many-faces-of-flatmap-pt5) 1. [Predictable Randomness: Part 1](0047-predictable-randomness-pt1) +1. [Predictable Randomness: Part 2](0048-predictable-randomness-pt2)