diff --git a/0019-algebraic-data-types-pt3/README.md b/0019-algebraic-data-types-pt3/README.md index 961b8014..edbf90e5 100644 --- a/0019-algebraic-data-types-pt3/README.md +++ b/0019-algebraic-data-types-pt3/README.md @@ -3,6 +3,3 @@ > #### This directory contains code from Point-Free Episode: [Algebraic Data Types: Generics and Recursion](https://www.pointfree.co/episodes/ep19-algebraic-data-types-generics-and-recursion) > > Our third installment of algebraic data types explores how generics and recursive data types manifest themselves in algebra. This exploration allows us to construct a useful, precise type that can be useful in everyday programming. - -This directory contains code from Point-Free Episode 19: -[Algebraic Data Types: Generics and Recursion](https://www.pointfree.co/episodes/ep19-algebraic-data-types-generics-and-recursion)