I'm imagining writing an ADT for JSON structure and then showing how you can write encoders/decoders for this representation.
It would cover modelling data with algebraic data types, pattern matching, encoding/decoding etc.
I like this topic because I feel like there's lots of different details and levels you can dive into.
I'm imagining writing an ADT for JSON structure and then showing how you can write encoders/decoders for this representation.
It would cover modelling data with algebraic data types, pattern matching, encoding/decoding etc.
I like this topic because I feel like there's lots of different details and levels you can dive into.