Skip to content

Commit

Permalink
Moe contexts defined
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashk committed Mar 24, 2013
1 parent 6463c7d commit 89f2f74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/scala/org/moe/runtime/MoeContext.scala
@@ -0,0 +1,8 @@
package org.moe.runtime

abstract class MoeContext

case class MoeNoContext() extends MoeContext
case class MoeIntContext() extends MoeContext
case class MoeNumContext() extends MoeContext
case class MoeStrContext() extends MoeContext

0 comments on commit 89f2f74

Please sign in to comment.