Open
Description
Recipe Name
CapabilityPatternWithCheckedExceptions
Recipe Description
Shows how the "onion architecture" / "capability pattern" can have ExceptT
and ExceptV
instances.
Comments
I have already implemented this recipe, what remains is to clean it up to match the file naming etc in the CapabilityPattern
recipe that's already been accepted. You can see the code here to get an idea of what it looks like, it's a fair amount more complicated than CapabilityPattern
so you may feel it's too big for a recipe?