quelgar
Follow
Pinned Loading
-
-
Is Javascript's array map function b...
Is Javascript's array map function basically a comonadic cobind (=>> in Haskell)? Have a look as the jsmap function below. 1-- Inspired by http://nedbatchelder.com/blog/201301/stupid_languages.html
2-- which describes how the Javascript array.map function seems weird
3-- and also http://blog.sigfpe.com/2008/03/comonadic-arrays.html
4-- which describes the comonad for arrays
5 -
A sink to frame a ZIO stream by deli...
A sink to frame a ZIO stream by delimited boundaries. (eg lines of text) 12import scalaz.zio.console._
3import scalaz.zio.stream._
4import scalaz.zio.{Chunk, ZIO}
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.