Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foray1010/playground-haskell

following "CIS 194: Introduction to Haskell" from University of Pennsylvania School
https://github.com/foray1010/playground-haskell

Last synced: about 1 month ago
JSON representation

following "CIS 194: Introduction to Haskell" from University of Pennsylvania School

Awesome Lists containing this project

README

        

# playground-haskell

following ["CIS 194: Introduction to Haskell"](https://www.seas.upenn.edu/~cis194/spring13/lectures.html) from University of Pennsylvania School

## Prerequisite

1. install Haskell via stack

macOS example:

```sh
brew install haskell-stack
```

1. **cd** to this repo and haskell will be installed automatically

## How to run

```sh
stack test
```