[project @ 2000-04-06 14:23:55 by sewardj]
authorsewardj <unknown>
Thu, 6 Apr 2000 14:23:55 +0000 (14:23 +0000)
committersewardj <unknown>
Thu, 6 Apr 2000 14:23:55 +0000 (14:23 +0000)
commit260c34f4f706780db7d985d0e84c71d171b7255d
tree9d165ed161187755b51bad61e1090e14a01007a0
parent1e19964440e69468fb9424ab5efb5a2da88d656c
[project @ 2000-04-06 14:23:55 by sewardj]
Align Hugs' constructor-building with that of GHC.  Always pass dictionaries
to the constructor function, even if they are ignored.  Generate a
constructor function which expects dictionaries.  And ignore dictionaries
in constructor types when desugaring patterns containing them.
ghc/interpreter/compiler.c
ghc/interpreter/storage.c
ghc/interpreter/storage.h
ghc/interpreter/translate.c
ghc/interpreter/type.c