Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
short-exercises
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tilman Voit
short-exercises
Commits
c5634ca8
Commit
c5634ca8
authored
2 years ago
by
Alexander Gehrke
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
d1e766ac
Branches
readerwriter
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-9
2 additions, 9 deletions
README.md
with
2 additions
and
9 deletions
README.md
+
2
−
9
View file @
c5634ca8
...
...
@@ -8,21 +8,14 @@ To mark your progress during the lecture, please vote on
## Overview:
Templates are within
`src/main/scala`
. Parts that you should complete are
usually marked with
`???`
.
usually marked with
`???`
. Lectures not listed here are not migrated to Scala
3 yet, please run
`git pull`
before the lecture.
| lecture | package | tests
|---------------------------------|-------------------------------------------------------------------|----------------------------
| 2: Functional Data Structures |
[
`datastructures`
](
src/main/scala/datastructures
)
|
`testOnly datastructures.*`
| 3: Error Handling |
[
`errors`
](
src/main/scala/errors
)
|
`testOnly errors.*`
| 4: Laziness |
[
`laziness`
](
src/main/scala/laziness/
)
|
`testOnly laziness.*`
| 5: Algebras, Laws, and Monoids |
[
`algebra`
](
src/main/scala/algebra/
)
|
`testOnly algebra.*`
| 6: Typeclasses |
[
`typeclasses`
](
src/main/scala/typeclasses/
)
|
`testOnly typeclasses.*`
(needs some uncommenting)
| 7: Monads |
[
`monads`
](
src/main/scala/monads/
)
|
`testOnly monads.*`
(needs some uncommenting)
| 8: Applicative Functors |
[
`applicative`
](
src/main/scala/applicative/
)
|
`testOnly applicative.*`
(needs some uncommenting)
| 9: Algebraic View on more Monads|
[
`readerwriter`
](
src/main/scala/readerwriter/
)
|
`testOnly readerwriter.*`
|10: Traverse |
[
`traverse`
](
src/main/scala/traverse/
)
|
`testOnly traverse.*`
|11: Illegal states | - | (no exercises)
|12: Parser combinators |
[
`parsers`
](
src/main/scala/parsers/
)
|
`testOnly parsers.*`
## Usage tips:
To keep your local solutions to the exercises when pulling from the repository,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment