[project @ 2000-02-09 14:50:19 by sewardj]
More bug fixes resulting from trying to load small programs into Hugs using the GHC Prelude: -- Better handling of kinds on class method types. It's still a kludge (I reckon) but works well enough to correctly handle methods in Monad and Functor. See comment in startGHCClass() in interface.c. -- Add hugsprimReadField and hugsprimShowField. -- Make error be exported from the Prelude. For some reason, PrelErr.hi doesn't give a signature for error, so we have to fake it by copying that of hugsprimError. -- Handle fixity declarations read from interfaces. -- Set nameListMonad so that list comprehensions can be translated.
Showing
- ghc/interpreter/compiler.c 4 additions, 3 deletionsghc/interpreter/compiler.c
- ghc/interpreter/interface.c 37 additions, 17 deletionsghc/interpreter/interface.c
- ghc/interpreter/lib/Prelude.hs 6 additions, 6 deletionsghc/interpreter/lib/Prelude.hs
- ghc/interpreter/link.c 45 additions, 6 deletionsghc/interpreter/link.c
- ghc/interpreter/object.c 2 additions, 0 deletionsghc/interpreter/object.c
- ghc/lib/hugs/Prelude.hs 6 additions, 6 deletionsghc/lib/hugs/Prelude.hs
- ghc/lib/std/PrelHugs.lhs 14 additions, 2 deletionsghc/lib/std/PrelHugs.lhs
Loading
Please register or sign in to comment