Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Going through the book "Haskell Programming from First Principles"

Notifications You must be signed in to change notification settings

dmarcoux-archives/haskell-programming-from-first-principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@dmarcoux/haskell-programming-from-first-principles

Going through the book "Haskell Programming from First Principles"

Introduction

This repository contains my solutions to the exercises from the book "Haskell Programming from First Principles"

Usage

  1. Install Haskell with Stack
  2. Start the REPL with stack ghci
    1. :? to display available commands
    2. :q to quit GHCi
    3. :l test.hs to load the specified module(s)
    4. :i something to display information about a given name (class, constructor, function)
    5. :t something to display the type of something
    6. :m to unload all modules (useful to start from fresh)

About

Going through the book "Haskell Programming from First Principles"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published