From 6501a4db945740587b55d2661793faed49db0f37 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Thu, 5 Apr 2018 17:32:50 -0400 Subject: [PATCH] Fixes --- .../Algebraic Data Types.playground/contents.xcplayground | 2 +- .../Getters and Key Paths.playground/contents.xcplayground | 2 +- .../Pages/02-Exercises.xcplaygroundpage/Contents.swift | 2 +- .../Pages/02-Exercises.xcplaygroundpage/Contents.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/0004-algebraic-data-types/Algebraic Data Types.playground/contents.xcplayground b/0004-algebraic-data-types/Algebraic Data Types.playground/contents.xcplayground index d9700c2a..5ae6818d 100644 --- a/0004-algebraic-data-types/Algebraic Data Types.playground/contents.xcplayground +++ b/0004-algebraic-data-types/Algebraic Data Types.playground/contents.xcplayground @@ -1,5 +1,5 @@ - + diff --git a/0008-getters-and-key-paths/Getters and Key Paths.playground/contents.xcplayground b/0008-getters-and-key-paths/Getters and Key Paths.playground/contents.xcplayground index 3f1fc6f1..5ae6818d 100644 --- a/0008-getters-and-key-paths/Getters and Key Paths.playground/contents.xcplayground +++ b/0008-getters-and-key-paths/Getters and Key Paths.playground/contents.xcplayground @@ -4,4 +4,4 @@ - + \ No newline at end of file diff --git a/0009-algebraic-data-types-pt-2/Exponentials.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift b/0009-algebraic-data-types-pt-2/Exponentials.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift index 962aa490..a4b88452 100644 --- a/0009-algebraic-data-types-pt-2/Exponentials.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift +++ b/0009-algebraic-data-types-pt-2/Exponentials.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift @@ -1,5 +1,5 @@ /*: - # Algebraic Data Type: Exponents, Exercises + # Algebraic Data Types: Exponents, Exercises 1. Explore the equivalence of `1^a = a`. */ diff --git a/0010-a-tale-of-two-flat-maps/FilterMap.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift b/0010-a-tale-of-two-flat-maps/FilterMap.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift index d2f4c45a..a9917e54 100644 --- a/0010-a-tale-of-two-flat-maps/FilterMap.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift +++ b/0010-a-tale-of-two-flat-maps/FilterMap.playground/Pages/02-Exercises.xcplaygroundpage/Contents.swift @@ -1,5 +1,5 @@ /*: - # Algebraic Data Type: Exponents, Exercises + # A Tale of Two Flat-Maps, Exercises 1. Define `filtered` as a function from `[A?]` to `[A]`. */