Skip to content
  • chevalier@alum.wellesley.edu's avatar
    [project @ 2003-08-19 22:09:09 by krc] · 662cb69b
    chevalier@alum.wellesley.edu authored
    External Core programs sometimes contain newtype declarations with no
    data constructors. GHC expected every newtype declaration to have at
    least one data constructor, so it would previously fail with an "empty list"
    error if you tried to compile such a program. These declarations are handled
    properly now.
    662cb69b