This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object TTFI { | |
import scala.language.higherKinds | |
object Initial { | |
// {{{ OOP | |
object OOP { | |
// extending language is easy, adding more functions is hard since it | |
// involves having to modify each case class | |
trait Exp[A] { |