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

https://github.com/note/fp-programming-course


https://github.com/note/fp-programming-course

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Haskellwart
===========

Witaj na kursie programowania funkcyjnego w Haskellu!

Nitrous.io
----------

[![Nitrous Quickstart](https://nitrous-image-icons.s3.amazonaws.com/quickstart.svg)](https://www.nitrous.io/quickstart?repo=https://github.com/note/fp-programming-course.git)

Jeśli już *magicznie* przeniosłeś się do Web IDE w Nitrous.io, rozpocznij swoją przygodę poleceniami:

cd exercises
stack ghci

Wszystkie instrukcje są ponumerowane i znajdują się w folderze *instructions*

Ćwiczenia znajdziesz w folderze *exercises*

**Powodzenia! :-) **

--------------------------------

Part 2
------

To build and run tests run:

```
cabal configure --enable-tests --disable-optimization && cabal build && ./dist/build/spec/spec
```

Przykłady pochodzą lub są inspirowane książką autorstwa Chrisa Allena i Julie Moronuki: "Haskell Programming from first principles".

[Haskell book](http://haskellbook.com/)