https://github.com/willgreen98/university-mathfun-haskell
Repo for all Haskell Programming completed within MATHFUN.
https://github.com/willgreen98/university-mathfun-haskell
Last synced: 8 months ago
JSON representation
Repo for all Haskell Programming completed within MATHFUN.
- Host: GitHub
- URL: https://github.com/willgreen98/university-mathfun-haskell
- Owner: WillGreen98
- Created: 2019-02-05T13:07:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T07:05:31.000Z (about 4 years ago)
- Last Synced: 2024-12-28T01:14:57.334Z (9 months ago)
- Language: Haskell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# University - University-MATHFUN-Haskell
This is a repo for all Haskell programming projects completed within my MATHFUN module.
This module will contain:
1. All in-classes examples
2. Practical Session Code
3. CourseworkThere may be duplicate files of some classes, this is due to the topics being taught for a certain week. We may cover programming concepts that can be added to previous projects or that are needed for new teaching weeks :)
# Introduction
* Getting started with Haskell and GHCi
## Week 1
* Introduction to Functional Programming 1 & 2
## Week 2
* Guards
## Week 3
* Pattern Matching
* Recursion## Week 4
* Tuples
* Strings
* Lists## Week 5
* List Patterns
* Recursion## Week 6
* Functions as Values