Don’t you need to instantiate IntAddMonoid and Int...
# functional
r
Don’t you need to instantiate IntAddMonoid and IntMultiplyMonoid at the bottom there?
g
Or replace
class
with
object
2
a
@Robert Menke you're right, I meant to write
object
and it ended up as
class
😁
t
You should probably edit it. Is a nice example of using type/category theory without framework/libs behind.
☝🏼 1
Oh I see, you edited it already, thanks!
👍 1
a
done