Sanjiv Sahayam

Results 4 issues of Sanjiv Sahayam

# Why is this useful Given the code below, the code passed to the `map` function should never be evaluated when supplied a None: ``` (None: Option[Int]).map { println("I am...

Hey, I'm not sure if fansi supports Windows at the moment. I have seen colours leaking in both Windows 7 CMD and Cygwin. Issuing the command: `fansi.Color.Red("Hello World Ansi!")` produces:...

Hi, If I try and use Simulcrum on the following: ``` @typeclass trait Functor[F[_]] { self => def map[A, B](fa: F[A])(f: A => B): F[B] def widen[A, B >: A](fa:...

First of all, sorry for raising an issue for this as this is not directly related to VSCODE. I noticed that the [Sublime Dhall](https://github.com/SQbQxeKd3JHD8/SublimeDhall) package you credit in the README...