joeyh at
I found certain mathematical notations easier to follow once I learned Haskell. In many cases, I only have to squint to ascii-ize symbols to their Haskell equivilants. Also mathy variable naming stuff like a
and a'
is idiomatic in Haskell.
Christopher Allan Webber likes this.