Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaspietzschmann/haskell-lenses
Slides for a presentation about Haskell's lens package
https://github.com/lukaspietzschmann/haskell-lenses
haskell latex latex-beamer
Last synced: about 1 month ago
JSON representation
Slides for a presentation about Haskell's lens package
- Host: GitHub
- URL: https://github.com/lukaspietzschmann/haskell-lenses
- Owner: LukasPietzschmann
- License: bsd-3-clause
- Created: 2024-02-21T09:42:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T18:44:48.000Z (8 months ago)
- Last Synced: 2024-12-24T12:36:09.422Z (about 1 month ago)
- Topics: haskell, latex, latex-beamer
- Language: TeX
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Lenses
This repo contains the both the slides and exercise sheet for a talk I gave on Haskells lenses
## Build it
1. You need to clone using the `--recursive` switch
2. Go to either the `slides` or `exercise` folder
3. Just call `latexmk` on `talk.tex` or `main.tex`If you don't want to build everything yourself, you can also download the slides [here](https://raw.githubusercontent.com/LukasPietzschmann/haskell-lenses/build/slides/talk.pdf) or [here](https://github.com/LukasPietzschmann/haskell-lenses/blob/build/slides/talk.pdf) and the exercise sheet [here](https://raw.githubusercontent.com/LukasPietzschmann/haskell-lenses/build/exercise/main.pdf) or [here](https://github.com/LukasPietzschmann/haskell-lenses/blob/build/exercise/main.pdf)