Yes, IO is possible in a functional world
I love pure functions, but often meet misconceptions regarding database integrations and human input
Nov 12, 20225 min read100

Search for a command to run...
Articles tagged with #f
I love pure functions, but often meet misconceptions regarding database integrations and human input

How do you enforce a pure domain model, while allowing clients to search for information related to, but not included in, your domain model?

Using a primitive type to store ids is inherently problematic. I explore the minimal way of creating a type-strong Id object in f#.
