An open API service indexing awesome lists of open source software.

https://github.com/thma/typelevelreflection

Using haskell typelevel programming to implement reflective features. This can be used to eg. implement persistence or serialization.
https://github.com/thma/typelevelreflection

Last synced: about 1 year ago
JSON representation

Using haskell typelevel programming to implement reflective features. This can be used to eg. implement persistence or serialization.

Awesome Lists containing this project

README

          

# TypelevelReflection
Using haskell typelevel programming to implement reflective features. This can be used to eg. implement persistence or serialization.

## about

I'm following chapter 13 of "Thinking with types" to implement a some building blocks of a most simple persistence framework