Luke Palmer schrieb:
> 2008/12/26 Oscar Picasso <oscarpica...@gmail.com
> <mailto:oscarpica...@gmail.com>>
> 
>     Hi,
> 
>     I can write:
>     *Main> let yes = not . not
>     *Main> :t yes
>     yes :: Bool -> Bool
> 
>     But not:
>     *Main> let isNotEqual = not . (==)
> 
> 
> The definition of (.):
> 
> f . g = \x -> f (g x)

http://www.haskell.org/haskellwiki/Composing_functions_with_multiple_values
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to