Tuesday, May 8, 2012

Is this a higher kinded type in Scala?

Having following definition



type MyMap = Map[String, List[Map[Int, String]]] 


Can Map be defined as a higher kinded type ?





No comments:

Post a Comment