Seamless, Correct, and Generic Programming over Serialised Data

Guillaume Allais
2024-04-27
Abstract:In typed functional languages, one can typically only manipulate data in a type-safe manner if it first has been deserialised into an in-memory tree represented as a graph of nodes-as-structs and subterms-as-pointers.
Programming Languages
What problem does this paper attempt to address?