for a code sample like \func f \n=>5 (when => is on another line without any spaces before it) if you use "command + /" hotkey to comment the second line (or both lines) it does not comment the second line, but just inserts -- before =>, producing incorrect Arend code (--=> is not a correct commented line).
for a code sample like
\func f \n=>5
(when=>
is on another line without any spaces before it) if you use "command + /" hotkey to comment the second line (or both lines) it does not comment the second line, but just inserts--
before=>
, producing incorrect Arend code (--=>
is not a correct commented line).