This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Formatting a polymorphic variant with an empty string name causes a syntax error #472
Closed
5 tasks done
Thank you for filing! Check list:
Steps to reproduce:
let x = #""
Expected behaviour:
Nothing or formatting applied
Actual behaviour:
""
is stripped leaving you withlet x = #
which is a syntax error.The text was updated successfully, but these errors were encountered: