DigitalTools / haskell-learn

Learning form learnyouahaskell.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Haskell from http://learnyouahaskell.com/

Starting Out

  • List
    • infinite
  • Range
  • list Comprehension
    • predicate
  • Tuple
    • how many
    • and type

Types and Typeclasses

  • ~ Interfaces
  • Eq
  • Ord
  • Enum
  • Bounded
  • Num
  • Integral

Syntax in Functions

  • Pattern matching
  • Where!?
  • Let it be
  • Case expressions

Recursion

  • few more recursive functions
    • take
    • replicate
    • reverse
    • repeat
    • zip
    • elem
  • Quicksort

About

Learning form learnyouahaskell.com


Languages

Language:Haskell 96.6%Language:Python 3.4%