1
0
mirror of https://github.com/ikoHSE/sc-task-3.git synced 2024-07-07 04:36:27 +03:00
🎒📓💻 HSE CS SE Software Construction
Go to file
2022-12-27 19:03:13 +03:00
src Update Task.hs 2020-05-24 16:40:56 +03:00
test Fixed build 2022-12-27 19:03:13 +03:00
.gitignore Initial commit 2020-05-03 19:04:47 +03:00
LICENSE Initial commit 2020-04-19 23:38:57 +03:00
package.yaml Fixed build 2022-12-27 19:03:13 +03:00
README.md Readme 2020-05-15 20:57:30 +03:00
stack.yaml Bumped snapshot 2022-12-27 18:54:57 +03:00
task.cabal Fixed build 2022-12-27 19:03:13 +03:00

🎒📓💻 Task 3

NOTE: If you just fork this repository it will not be graded. Ask your supervisor for a special GitHub classroom URL.

How to do the task

Your task is to write a valid definition for every function declared in src/Task.hs. All functions have a comment describing what the function needs to do with some examples.

There are predefined tests for you to check your answer. You can look at the tests for some more usage examples in test/Tests.hs.

After defining all functions you then need to commit and push your code to your repository. An automated script will then check your solution and give you feedback as a CI result in your GitHub repository.

FAQ

Can I add extra functions in the Task.hs file?

Yes, you can, but you can not remove existing functions.

Can I change functions declared in the template?

No.