Pinned Loading
-
-
-
F# : Onion architecture in a nutshell
F# : Onion architecture in a nutshell 1// 1. pure, don't think about IO at all
2module Domain =
3let add x y = x + y
45// 2. think about IO but not its implementation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.