.

  • Right Associated
(f.g) x ==> f (g x)

$

eliminate parentheses

($) :: (a -> b) -> a -> b

Partial Function

not defined for all possible input values of its domain.