fixups in formatting; minor other stuff.

This commit is contained in:
Nicole Dresselhaus
2025-06-29 13:46:55 +02:00
parent 2ba3c00de4
commit eb2d14ba98
13 changed files with 1186 additions and 1036 deletions

View File

@ -7,6 +7,13 @@ categories:
- Haskell
date: 2018-01-01
title: Fortgeschrittene funktionale Programmierung in Haskell
format:
html:
other-links:
- text: FFPiH-Organisation auf Gitea
icon: cup-hot-fill
href: "https://gitea.dresselhaus.cloud/FFPiH"
rel: me
---
FFPiH ist eine Vorlesung, die ich zusammen mit einem Kommilitonen im Sommer 2015

View File

@ -374,8 +374,6 @@ loggingMiddleware = liftIO $ mkRequestLogger $ def { outputFormat = CustomOutput
```
{{< dend >}}
#### Weitere Instanzen und Definitionen, die der Generator (noch) nicht macht
In der `Myservice.Types` werden ein paar hilfreiche Typen und Typ-Instanzen
@ -480,8 +478,6 @@ instance Out Response
instance FromBSON Repsonse -- FromBSON-Instanz geht immer davon aus, dass alle keys da sind (ggf. mit null bei Nothing).
```
{{< dend >}}
#### Was noch zu tun ist
Den Service implementieren. Einfach ein neues Modul aufmachen (z.B.