From 6bec5b89c49217bb7f8f9f678f51366e9e640066 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 25 Feb 2019 01:03:16 -0500 Subject: [PATCH] 48 --- 0048-predictable-randomness-pt2/README.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 0048-predictable-randomness-pt2/README.md 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)