Andres Loeh <[EMAIL PROTECTED]> writes:

> The function ($) is the identity function, restricted to functions.

Almost. With the standard definition of
   f $ x = f x
it happens that
   ($) undefined `seq` () = ()
   id  undefined `seq` () = undefined

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to