Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
dd69e7d1
Commit
dd69e7d1
authored
27 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-09-08 16:12:35 by sof]
Minor edits
parent
b8cc6225
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/docs/users_guide/2-06-notes.lit
+11
-13
11 additions, 13 deletions
ghc/docs/users_guide/2-06-notes.lit
with
11 additions
and
13 deletions
ghc/docs/users_guide/2-06-notes.lit
+
11
−
13
View file @
dd69e7d1
...
...
@@ -8,10 +8,10 @@ Here's a list of the changes made since GHC 2.05:
\item Tidied up @nofib/parallel@
\item Changed @Show@ (and @Read@) code for constructors
with labelled
fields
.
\item Changed
derived
@Show@ (and @Read@) code for constructors
with labelled fields to bring them into line with the Report
.
\item Fixed @ghc-0.29 -O@ booting problem (
needed extra imports).
\item Fixed @ghc-0.29 -O@ booting problem (
codeGen/ClosureInfo not closed.)
\item Improved error messages for illegal derivings of @Ix@, @Enum@
and @Bounded@.
...
...
@@ -21,6 +21,8 @@ return and zero)
\item New module: @PackBase@ - minimum pack/unpack code.
\item Moved @PackedString@ to ghc system library
\item Added export of @unionBy@ and @intersectBy@ to @List@ (plus
commented out unused functions).
...
...
@@ -30,10 +32,6 @@ commented out unused functions).
\item Added @index*OffForeignObj#@ primops (for completeness, mostly)
\item Moved @PackedString@ to ghc system library
\item New module: @ListExts@ - overflow List utils. (in ghc syslib)
\item Removed: @Util.mapAccumL@ and @Util.mapAccumR@ (now via List)
\item Removed: @forall@ and @exists@ from @Util@ (now @any@ and @all@ from @Prelude@).
...
...
@@ -52,18 +50,18 @@ commented out unused functions).
\item Removed @glafp-utils/msub@
\item Fixed misleading error message for guards (used to
mention list comprehensions)
(SLPJ)
mention list comprehensions)
\item Fixed incorrect handling of default methods (used to
complain about differing contexts)
(SLPJ)
complain about differing contexts)
\item Fixed missing @tidyPrimOp@ in @simplCore/SimplCore@
(Sven Panne bug report.)
(SLPJ)
(Sven Panne bug report.)
\item Fixed desugaring of record construction for overloaded
constructors. (Dave Barton bug report.)
(SLPJ)
constructors. (Dave Barton bug report.)
\item Fixed rank-2 polymorphism bug (Ralf Hinze bug report.)
(SLPJ)
\item Fixed rank-2 polymorphism bug (Ralf Hinze bug report.)
\item Fixed interface-file parser error on @GHC.->@
...
...
@@ -97,7 +95,7 @@ to handle @NULL@ pointer arg gracefully.
\item Change @mkWrapper@ in @WwLib.lhs@ to call
@splitForAllTyExpandingDicts@ instead of @splitForALlTy@ to fix
@absApply@ crash. (Jon Mountjoy bug report.)
(SLPJ)
@absApply@ crash. (Jon Mountjoy bug report.)
\item GHC's interface file parser now uses the latest version of
Happy.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment