Trouble with types in function overloading
I am playing with function overloading but I can't quite get the types lining up. What am I doing wrong? (
These are my definitions:
This is where I am using it:
Which is odd because my
RIO = Effect.Effect)These are my definitions:
This is where I am using it:
Which is odd because my
getUsers accepts an effect which returns a number...