I am again stuck. Who could help, please?

   module T 
   where  
   import Prelude ( tail, (.) )   -- List(..) ?
   f = tail . tail
   g (x:xs) = xs

T  wants to import explicitly  tail, (.),  <List data>.
                                           -----------
tail, (.)  work,  and (:) does not, it requires
                                          g (x Prelude.: xs) = xs

Thank you in advance for the hint.

------------------
Sergey Mechveliani
[EMAIL PROTECTED]


Reply via email to