Join Slack
Powered by
Don’t you need to instantiate IntAddMonoid and Int...
# functional
r
Robert Menke
04/17/2018, 2:27 AM
Don’t you need to instantiate IntAddMonoid and IntMultiplyMonoid at the bottom there?
g
gildor
04/17/2018, 3:57 AM
Or replace
class
with
object
➕ 2
a
Andreas Sinz
04/17/2018, 11:30 AM
@Robert Menke
you're right, I meant to write
object
and it ended up as
class
😁
t
tmg
04/17/2018, 11:32 AM
You should probably edit it. Is a nice example of using type/category theory without framework/libs behind.
☝🏼 1
tmg
04/17/2018, 11:32 AM
Oh I see, you edited it already, thanks!
👍 1
a
Andreas Sinz
04/17/2018, 11:32 AM
done
2
Views
Open in Slack
Previous
Next