Skip to content

Commit 505cb73

Browse files
Removed a typo (#66)
Signed-off-by: Ryan Kennelly <43864586+RyanKennelly03@users.noreply.github.com> Co-authored-by: Stanislav (Stanley) Modrak <44023416+smith558@users.noreply.github.com>
1 parent 54b660c commit 505cb73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

markdown/source_md/making-our-own-types-and-typeclasses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,6 @@ ghci> a .++ b
10831083
```
10841084

10851085
Nice.
1086-
Is nice.
10871086
If we wanted, we could implement all of the functions that operate on lists on our own list type.
10881087

10891088
Notice how we pattern matched on `(x :-: xs)`.

0 commit comments

Comments
 (0)