ncsa / qdl

the QDL programming language
Other
1 stars 0 forks source link

input_form of trivial stem returns old {} notation. #5

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

Reproduce with r. := []; input_form(r.) {}

This is used in serialization of workspaces which in turn breaks deserialization, since {} is used for the empty set. An empty stem has input form of '[]'

jjg-123 commented 1 year ago

done