Newer
Older
#include <registration/ValuePrinterRegistration.hpp>
ext::ostream & operator << ( ext::ostream & out, const Blank & ) {
return out << "(Blank symbol)";
auto valuePrinter = registration::ValuePrinterRegister < alphabet::Blank > ( );