cvs commit: hugs98/src compiler.c

ross at glass.cse.ogi.edu ross at glass.cse.ogi.edu
Tue Oct 7 06:07:24 EDT 2003


ross        2003/10/07 05:07:23 PDT

  Modified files:
    src                  compiler.c 
  Log:
  Don't try to generate equations for pattern bindings where the pattern
  contains no variables (and thus can never be demanded).  These are
  allowed by Haskell, and have been accepted by Hugs since Feb 2003, but
  for global bindings they caused INTERNAL ERROR: compileGlobalFunction.
  
  Revision  Changes    Path
  1.20      +11 -7     hugs98/src/compiler.c


More information about the Cvs-hugs mailing list