Walter Chang

Results 5 issues of Walter Chang

thank you for a wonderful library which makes our lives as function programmers much easier. our group are transitioning our functional library from scalaz to cats. is there any plan...

i don't know if this is m1 related but when i tried to install using `brew install kowainik/tap/summoner-cli`, i get: ``` ==> Tapping kowainik/tap Cloning into '/opt/homebrew/Library/Taps/kowainik/homebrew-tap'... remote: Enumerating objects:...

scala 3.0.0-M2 ```scala import cats._ import cats.syntax.all._ trait CanSing[F[_]]: def sing(song: String): F[String] given [F[_] : Applicative] as CanSing[F]: def sing(song: String) = song.pure object TestMain: @main def run(): Unit...

### Zig Version 0.11.0-dev.3384+00ff65357 ### Steps to Reproduce and Observed Behavior on mac osx ventura 13.4: % brew install zig --HEAD ... error: the following build command failed with exit...

bug

I came to this repo after watching an excellent presentation on xef.ai in last year's Scala Days. Just wondering where is the interop bits with Scala. Is it still a...