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
- Host: GitHub
- URL: https://github.com/kutyel/mu-haskell-berlin-fp-talk
- Owner: kutyel
- License: mit
- Created: 2020-08-07T12:25:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T14:39:52.000Z (over 2 years ago)
- Last Synced: 2025-02-07T13:38:31.169Z (8 months ago)
- Topics: graphql-server, haskell, mdx-deck, mu-graphql, mu-haskell
- Language: Haskell
- Homepage:
- Size: 1.25 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mu-haskell-berlin-fp-talk

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
```