.
- Right Associated
(f.g) x ==> f (g x)$
eliminate parentheses
($) :: (a -> b) -> a -> bPartial Function
not defined for all possible input values of its domain.
.(f.g) x ==> f (g x)$eliminate parentheses
($) :: (a -> b) -> a -> bnot defined for all possible input values of its domain.