[project @ 2000-03-31 04:13:27 by andy]
authorandy <unknown>
Fri, 31 Mar 2000 04:13:27 +0000 (04:13 +0000)
committerandy <unknown>
Fri, 31 Mar 2000 04:13:27 +0000 (04:13 +0000)
commit5ae62a561d08c762a84e6c0afd2e0520f772426a
treeb57f48b8a46283447cad51817658ea8e37be87d5
parentdd4c28a9c706cce09ecc2c6f532969efa925532f
[project @ 2000-03-31 04:13:27 by andy]
Fixing a couple of problems with Quantified identifiers.

(1) The string building routine for Qid's was not using
    the new abstraction for showing names. The old abstraction
    worked most of the time in the new system, so was only
    getting tickled sometimes.
(2) Fixing the local module that top level expressions
    evaluate in. By importing quantified Prelude,
    this allows top level expressions like Prelude.take

And a trivial Makefile change.
ghc/interpreter/Makefile
ghc/interpreter/hugs.c
ghc/interpreter/static.c
ghc/interpreter/storage.c