Closed pknn closed 10 months ago
@pknn Good catch :+1:
I didn't know Scala had such a syntax. ???
is not an operator, so it should not be ligatured, and when ???
is in a sequence, ??
should be unligatured.
I will fix this in the next patch update!
??? is not an operator, so it should not be ligatured, and when ??? is in a sequence, ?? should be unligatured.
Makes more sense to me. Thank you so much 🙏🏻
That was fast! Thanks 🙇🏻
Glyph request
Type
Triple question marks -
???
Usage
We use triple question marks
???
in Scala language to indicate thing that has yet to be implemented (often to focus only on the function composition and such)How it looks now