fixups in formatting; minor other stuff.
This commit is contained in:
@ -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
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user