We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use FiraCode with SystemVerilog language and it has two operators that would look lovely as Glyphs:
|=>
|->
There are some other (less popular) SystemVerilog operators, with possibility being a Glyph:
^~
~^
~&
~|
==?
!=?
[=
[*
[->
{<<
{>>
#=#
#-#
*>
:/
The text was updated successfully, but these errors were encountered:
WOW. Thanks I’ll look which I can do
Sorry, something went wrong.
+1 for |-> in many math contexts that's meant to express a element-wise mapping (vs set or type mapping)
e.g. 𝑓:𝑅→𝑅 𝑥↦𝑥^2
https://math.stackexchange.com/a/2711393
Added SystemVerilog |-> |=> and <-| <=| for symmetry (#695)
<-|
<=|
bc96f0e
Btw, *> is common in Haskell too and is symmetric (<*).
<*
*> and <* are already in the font
No branches or pull requests
I use FiraCode with SystemVerilog language and it has two operators that would look lovely as Glyphs:
|=>
nonoverlapped implication|->
overlapped implicationThere are some other (less popular) SystemVerilog operators, with possibility being a Glyph:
^~
,~^
Binary or reduction XNOR operators~&
reduction NAND~|
reduction NOR==?
,!=?
Binary wildcard equality operators[=
nonconsecutive repetition[*
consecutive repetition[->
goto repetition{<<
right-to-left streaming{>>
left-to-right streaming#=#
nonoverlapped followed-by#-#
overlapped followed-by*>
full path connection:/
distribution weight assignmentThe text was updated successfully, but these errors were encountered: