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