Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install

Click Here and click "Download Core (64 bit)". Then follow the instructions until complete. To see if the instillation was successful open the command prompt (if windows) or terminal (if mac) and type the following:

ghci

You should then be prompted with the following: ghci

Resources

Online sources we will be using:

Material Overviews

Below describes how to read each of the meeting files:

Meeting 1 (The Basics)
  1. operators.hs The basic Haskell operators
  2. function_intro.hs An intro to functions in Haskell
  3. lists.hs Creating lists in Haskell and useful list functions
  4. list_comprehensions.hs An intro to list comprehensions
Meeting 2 (Tuples, Types, and Typeclasses)
  1. types.hs In-depth on Haskell types
  2. tuples.hs Creating and using Tuples
  3. generics.hs Generic Types
  4. typeclass.hs In-depth on Haskell TypeClasses
Meeting 3 (Pattern Matching)
  1. pattern_matching_intro.hs An Introduction to Pattern Matching
  2. pattern_matching_functions.hs Using Pattern Matching in Functions
  3. pattern_matching_guards.hs Using guard clauses in pattern matching
  4. let_where.hs Using let and where
Meeting 4 (Sorting Algorithms)
  1. quickSort.hs Implementing QuickSort
  2. mergeSort.hs Implementing MergeSort

About

All Haskell related material

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages