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

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages