Dollar sign
Why is Haskell code full of $ signs?
Answer¶
Read this as:
In other words, everything to the right of any $ is the argument of everything to the left.
It is popular as a way to avoid excessive brackets. See here for more. See also this Stack Overflow question.
  
    
      Last update:
      January 23, 2023
      
        
Created: January 18, 2023
  
  
  Created: January 18, 2023