Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.