mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.07k stars 50 forks source link

to-string adds extra space #100

Closed dlip closed 10 months ago

dlip commented 10 months ago

As per the doc it should be "a b" but it is " a b"

λ > (to-string "a" "b")
=> " a b"
mattwparas commented 10 months ago

Thanks for catching this, will be fixed in #99, which should be merged soon

mattwparas commented 10 months ago

Should be fixed now, thanks again!