The result of a function in an application is anot...
# arrow
r
The result of a function in an application is another function which dependencies of type
D
can be injected. Once the dependencies are injected we operate over
IO
which allows us to do async stuff. All known errors are modeled as
CharacterError
and uncaught throwables are caught by IO. The program finally produces a value of result
A