vermaseren / form

The FORM project for symbolic manipulation of very big expressions
GNU General Public License v3.0
1.16k stars 138 forks source link

Fix printing empty set with on codes #487

Closed jodavies closed 8 months ago

jodavies commented 8 months ago

Avoid accessing array out of bounds when a set is empty.

Closes #486

tueda commented 8 months ago

Thanks!