#metaprogramming
Read more stories on Hashnode
Articles with this tag
In the last post, a type class named TypeRelation was added to the implementation of platform-dependent types, enabling the creation of mappings...
Strongly-typed programming languages allow us to avoid programming errors by lifting important information about data into the type system. By doing...