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