spartanz / schemaz

A purely-functional library for defining type-safe schemas for algebraic data types, providing free generators, SQL queries, JSON codecs, binary codecs, and migration from this schema definition
https://spartanz.github.io/schemaz
Apache License 2.0
164 stars 18 forks source link

Add a basic ADT to represent scala's primitive types (#4) #17

Closed vil1 closed 6 years ago

vil1 commented 6 years ago

Fixes #4

As suggested on gitter by @Baccata I took the easy way and just defined an ADT that matches the set of most used Scala primitive types.