Closed issa-tseng closed 6 years ago
Probably when .point() is called?
.point()
It continues to be awkward that .all results in something that tries its best to quack like Varying, but ultimately it mathematically can't (eg .refCount() is unimplementable).
.all
.refCount()
oops now i'm refactoring the entirety of from.coffee..
Probably when
.point()
is called?It continues to be awkward that
.all
results in something that tries its best to quack like Varying, but ultimately it mathematically can't (eg.refCount()
is unimplementable).