#include #include "../inheritance.h" #include "prettyprint.h" #include "free.h" #include "inheritance.h" struct value_inheritance lazy_value_inheritance = { .prettyprint = lazy_value_prettyprint, .free = free_lazy_value, };