Posts tagged "servant by construction"

Here you can find all posts associated with the tag servant by construction:


Generating a client for an API - Servant by construction part 4

In this post, we replicate Servant's ability to automatically derive client functions for an API, using plain Haskell.

Posted on 2025-11-06.

, , ,

Serving an API - Servant by construction part 3

In this post, we replicate Servant's ability to enforce the types of handlers, and automatically route requests, based on a type-level API specification.

Posted on 2025-10-30.

, , ,

Type-safe links - Servant by construction part 2

In this post, we start slowly replicating Servant functionality by deriving type-safe links to endpoints defined as types. It introduces us to the way Servant is extended in general.

Posted on 2025-09-29. Last updated on 2025-09-30.

, , ,

An API as a type - Servant by construction part 1

This is the first post in a series on Servant, a Haskell framework for writing backend web applications.

Posted on 2025-09-27. Last updated on 2025-10-30.

, , ,

Servant by construction - a blog series on Haskell's web stack gem

I introduce a new blog series where we will learn about Servant, a Haskell web framework powered by cutting-edge type-level computation, by building simple versions of its important features.

Posted on 2025-09-26. Last updated on 2025-11-13.

, , ,