[cvs-nhc98] cvs commit: nhc98/src/compiler98 Foreign.hs

Malcolm Wallace malcolm at glass.cse.ogi.edu
Mon Jun 14 11:12:20 EDT 2004


malcolm     2004/06/14 08:12:20 PDT

  Modified files:
    src/compiler98       Foreign.hs 
  Log:
  Eliminate warnings of
      foreign import/export has non-primitive type: Prelude.->
  for foreign import "wrapper".  It is correct that the first argument
  of the wrapper should indeed be a haskell function.
  (But as yet we still don't know how to generate code for wrappers...)
  
  Revision  Changes    Path
  1.28      +16 -9     nhc98/src/compiler98/Foreign.hs


More information about the Cvs-nhc98 mailing list