Closed ghost closed 10 years ago
Proofscript complains that it cannot do the conversion. However, I can show [] just fine.
show []
theory Bugs extends root show string []
That's actually fine, because string is a datatype conversion operator, and not for displaying stuff.
Proofscript complains that it cannot do the conversion. However, I can
show []
just fine.