Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repositories with solutions to the exercises in the Haskell Book (i.e. Haskell Programming from first principles)

NotificationsYou must be signed in to change notification settings

toraritte/haskell-book-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Each repo is added as a git submodule, and each directory leads to the solutions repo of the given contributor. Entries that are not shown as links are hosted on platforms other than Github (e.g., Gitlab), and links to those should be part of the last commit message (seeptrfrncsmrph for example).

Stackoverflow questions1 and2 are very helpful, but the gist is:

  • cloneall repos:
    git clone --recurse-submodules https://github.com/sac-fp/HaskellBook-solutions.git

  • clonespecific repo(s):
    git clone --recurse-submodules=ptrfrncsmrph --recurse-submodules=txels https://github.com/sac-fp/HaskellBook-solutions.git

See more at section--recurse-submodules ingit help clone.

How to add your solutions repo

From the command line:

  1. Fork this repo
  2. git clone https://github.com/<your-github-username>/HaskellBook-solutions.git
  3. git checkout -b add-solution
  4. git submodule add <url-of-your-repo> <your-github-username>
  5. Stage and commit your changes
  6. git push origin add-solution
  7. Create a pull request

Helpfulgit resources:

A list of solutions are available athttps://github.com/CarlosMChica/haskell-book-readers-exercises but it hasn't been updated for a couple months now.

About

Repositories with solutions to the exercises in the Haskell Book (i.e. Haskell Programming from first principles)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp