Skip to content

Instantly share code, notes, and snippets.

View iravid's full-sized avatar

Itamar Ravid iravid

View GitHub Profile
package test
import scala.collection.immutable.StringOps
import scala.language.implicitConversions
object Main extends App {
val tags = Set(
Tag("bool", Set[Value[Value.T]](true, "hello", 156)),
Tag("int", 153),
Tag("string", "hello")