Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vivekimsit/haskell-notes

Haskell notes for https://courses.edx.org/courses/DelftX/FP101x/3T2014/info
https://github.com/vivekimsit/haskell-notes

Last synced: 1 day ago
JSON representation

Haskell notes for https://courses.edx.org/courses/DelftX/FP101x/3T2014/info

Awesome Lists containing this project

README

        

haskell-notes
=============

Haskell notes for https://courses.edx.org/courses/DelftX/FP101x/3T2014/info

| Mathematics | Haskell |
| ------------- | ------------- |
| f(x) | f x |
| f(x, y) | f x y (or x \`f\` y)|
| f(g(x)) | f (g x) |
| f(x, g(y)) | f x (g y) |
| f(x)g(y) | f x * g y |