cvs commit: hugs98/src type.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Wed, 9 Jan 2002 06:10:08 -0800


sof         2002/01/09 06:10:08 PST

  Modified files:
    src                  type.c 
  Log:
  typeZComp:
    - get at the 'zipName' that a parallel comprehension expands to using
      findQualFun() rather than findQualName(). The latter is sensitive
      to the explicit imports of a module (which may or may not contain
      List and/or Prelude); use findQualFun() instead, as it is guaranteed
      to get at the desired info (for Prelude names, at least).
    - bail out if the 'zipName' cannot be found in List nor the Prelude.
  
  Revision  Changes    Path
  1.39      +18 -6     hugs98/src/type.c