Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Intersperse is missing in cats?

scala scala-cats

Use sbt shell for build and import

scala intellij-idea sbt

Scala / Cats: How to unzip an NonEmptyList

scala scala-cats

Difference in type erasure of List[Int] and List[Integer]

Should constructing stateful objects be modeled with an effect type?

Advantages of F-bounded polymorphism over typeclass for return-current-type problem

Language features to implement relational algebra

Setting up multiple test folders in a SBT project

scala sbt scalatest

Setting up actions for multiple test folders in SBT

scala sbt scalatest

Writing type class instances for nested classes in Scala

scala typeclass scalaz

What is the difference between "class C extends A with B" and "class C extends B" when trait B extends trait A

class scala traits

Scala self type and this.type in collections issue

scala - Confusing "diverging implicit expansion" error when using "sortBy"

sbt Task classpath

scala sbt playframework-2.0

Dynamic trait difference from Scala 2.9 to 2.10

scala

How to reflect annotations in Scala 2.10?

How to compile just some files with sbt?

scala sbt

Simple Scala getter/setter override

Getting partial constructors for case classes "for free"

Recurrent call to a function until it returns None