Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Oct 24, 2013
1 parent f986443 commit 703595f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Union/README.md
@@ -1,3 +1,5 @@
# Scalaxy/Union

Scalaxy/Union provides a type-class-based type union mechanism.
```scala
trait JSONType extends (String | Double | Array[JSONType] | Map[String, JSONType])
Expand Down

0 comments on commit 703595f

Please sign in to comment.