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

https://github.com/kutyel/mu-haskell-berlin-fp-talk

Code example and slides for my talk in the Berlin Functional Programming Group
https://github.com/kutyel/mu-haskell-berlin-fp-talk

graphql-server haskell mdx-deck mu-graphql mu-haskell

Last synced: 3 months ago
JSON representation

Code example and slides for my talk in the Berlin Functional Programming Group

Awesome Lists containing this project

README

          

# mu-haskell-berlin-fp-talk

![altair](slides/altair.png)

Code example and slides for my talk in the Berlin Functional Programming Group 🇩🇪

```sh
$ stack run library
```

## Compile slides (Node required)

```sh
$ cd slides && npm i && npm start
```