Skip to content

Instantly share code, notes, and snippets.

import org.omg.CosNaming.NamingContextPackage.NotFound
// these are the data types
trait Tense{
}
case object Past extends Tense
case object Present extends Tense
case object Future extends Tense