You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Haskell exercises corresponding to the youtube video series [Learning Haskell](h
3
3
4
4
# Instructions
5
5
* It's recommended to install Haskell with VS Code as seen in the [intro video](https://www.youtube.com/watch?v=vn1IOxVplKQ&list=PLHRF-X-NtQR4MZBvm05NshPIEI8ELID5m&index=1)
6
-
* Each project folder (i.e. [HaskellExercises01](file://HaskellExercises01),[HaskellExercises02](file://HaskellExercises02),etc) contains a template file (i.e. [Exercises01.hs](file://HaskellExercises01/src/Exercises01.hs))
7
-
to be completed
8
-
* Replace each function with an`error "TODO: ..."` with an actual implementation
6
+
* Each project folder contains a file with exercises to be completed
0 commit comments