An open API service indexing awesome lists of open source software.

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.

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. Coursework

There 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