Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelschlesinger/exploration
An exploration in Haskell API design inspired by Hask (Ed Kmett) and Subhask (Mike Izbicki)
https://github.com/samuelschlesinger/exploration
Last synced: 20 days ago
JSON representation
An exploration in Haskell API design inspired by Hask (Ed Kmett) and Subhask (Mike Izbicki)
- Host: GitHub
- URL: https://github.com/samuelschlesinger/exploration
- Owner: SamuelSchlesinger
- License: mit
- Created: 2016-07-22T21:19:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T03:59:43.000Z (over 8 years ago)
- Last Synced: 2024-10-27T19:11:00.749Z (2 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exploration (of Mathematics in Haskell)
My exploration of pure maths in Haskell. The structure
is such that for each "branch" module (conceptually),
there is a Module.Definition which contains the basic
definition(s).Installation should be easy if you have stack:
> stack install
I'm really looking for comments and criticisms on this one.