proofpeer / proofpeer-proofscript

The language of ProofPeer: ProofScript
MIT License
8 stars 0 forks source link

Truncated whitespace on strings #37

Closed ghost closed 10 years ago

ghost commented 10 years ago

I lose the separating whitespace in the following, giving me uglier debug statements.

theory Bugs
extends root

show "hello " ++ string 'x ↦ x'

This outputs

** show (\Bugs:4): "hellox ↦ x"