Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Apr 5, 2018
1 parent fff1067 commit 6501a4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='macos'>
<playground version='6.0' target-platform='macos' display-mode='rendered'>
<pages>
<page name='01-Episode'/>
<page name='02-Exercises'/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<page name='01-Episode'/>
<page name='02-Exercises'/>
</pages>
</playground>
</playground>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*:
# Algebraic Data Type: Exponents, Exercises
# Algebraic Data Types: Exponents, Exercises

1. Explore the equivalence of `1^a = a`.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -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]`.
*/
Expand Down

0 comments on commit 6501a4d

Please sign in to comment.