|
|
|
|
|
by mrkgnao
3247 days ago
|
|
I'm pretty sure you'll be able to follow the Servant docs, which are quite nice: https://haskell-servant.readthedocs.io/en/stable/ There are definite advantages, and if you're willing to put in as much work as one, say, unconsciously puts in while setting up JS frameworks, understanding libraries like this is definitely doable. (Without the dissertation.) |
|
Basically to actually understand what's going on, I'll need to learn DataKinds (at the very least).
And just to implement something as simple as BasicAuth, this is what I have to start with (https://haskell-servant.readthedocs.io/en/stable/tutorial/Au...):
You rarely need anything beyond regular JS to understand the inner workings of most libraries.