Working with Data Structures and Schemas
I just discovered that effect/data as a
For now, I'm defining my domain in a "schema first" way:
That doesn't seem to allow me to use this
So, what's the advised way to work with data structures and Schemas?
Data.Case that we can extend to generate "case class"-like data strucutures.For now, I'm defining my domain in a "schema first" way:
That doesn't seem to allow me to use this
Data.Case thing.So, what's the advised way to work with data structures and Schemas?
