none.pony

1
2
3
primitive None is Stringable
  fun string(): String iso^ =>
    "None".string()