Login
From:
Shayne Fletcher
(Uncensored)
subscribe
GHC: How whitespace sensitive operator lexing works
https://blog.shaynefletcher.org/2020/04/ghc-how-whitespace-sensitive-operator.html
links
backlinks
Tagged with:
ghc
In GHC, Haskell operator occurrences get classified into one of four categories. For example, the occurrence of ⊕ in a ⊕ b is "loose infix", in a⊕b is "tight infix", in a ⊕b is "prefix" and in a⊕ b, "suffix"
Roast topics
Find topics
Find it!