Skip to content

Useless Haskell tidbits, tests, pitfalls, scratchpad.

License

Notifications You must be signed in to change notification settings

ath/haskell-tidbits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Tidbits

This repository contains small useless Haskell programs and tidbits.

Build System

You can build all the programs with GNU `make` in the root directory.

The `Makefile` in the root directory has four targets: `all`, `test`, `run`, and `clean`, and it runs make in each of the subdirectories.

License

All this code is released under the AGPL3 license, as if it was of any use to anybody.

Copyright 2020 Pascal J. Bourguignon <[email protected]>

About

Useless Haskell tidbits, tests, pitfalls, scratchpad.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 42.2%
  • Common Lisp 39.4%
  • Makefile 13.9%
  • Java 4.5%