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
Environments
Terraform modules
Monitor
Incidents
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
jberryman
GHC
Commits
f9d8c0ac
Commit
f9d8c0ac
authored
17 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Fix some more URLs
parent
137f52f4
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/users_guide/bugs.xml
+1
-1
1 addition, 1 deletion
docs/users_guide/bugs.xml
docs/users_guide/glasgow_exts.xml
+4
-4
4 additions, 4 deletions
docs/users_guide/glasgow_exts.xml
docs/users_guide/parallel.xml
+1
-1
1 addition, 1 deletion
docs/users_guide/parallel.xml
with
6 additions
and
6 deletions
docs/users_guide/bugs.xml
+
1
−
1
View file @
f9d8c0ac
...
...
@@ -344,7 +344,7 @@ checking for duplicates. The reason for this is efficiency, pure and simple.
the problem would impose an extra overhead on every
compilation. So the bug remains un-fixed. There is more
background in
<ulink
url=
"http://research.microsoft.com/~simonpj/Papers/inlining"
>
url=
"http://research.microsoft.com/~simonpj/Papers/inlining
/
"
>
Secrets of the GHC inliner
</ulink>
.
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
docs/users_guide/glasgow_exts.xml
+
4
−
4
View file @
f9d8c0ac
...
...
@@ -2609,8 +2609,8 @@ the standard method is used or the one described here.)
<para>
This section, and the next one, documents GHC's type-class extensions.
There's lots of background in the paper
<ulink
url=
"http://research.microsoft.com/~simonpj/Papers/type-class-design-space"
>
Type
classes: exploring the design space
</ulink
>
(Simon Peyton Jones, Mark
url=
"http://research.microsoft.com/~simonpj/Papers/type-class-design-space
/
"
>
Type
classes: exploring the design space
</ulink>
(Simon Peyton Jones, Mark
Jones, Erik Meijer).
</para>
<para>
...
...
@@ -2701,7 +2701,7 @@ GHC lifts this restriction (flag <option>-XConstrainedClassMethods</option>).
</title>
<para>
Functional dependencies are implemented as described by Mark Jones
in
“
<ulink
url=
"http://
www.cse.ogi.edu/~mpj/pubs/fundeps
.html"
>
Type Classes with Functional Dependencies
</ulink>
”
, Mark P. Jones,
in
“
<ulink
url=
"http://
citeseer.ist.psu.edu/jones00type
.html"
>
Type Classes with Functional Dependencies
</ulink>
”
, Mark P. Jones,
In Proceedings of the 9th European Symposium on Programming,
ESOP 2000, Berlin, Germany, March 2000, Springer-Verlag LNCS 1782,
.
...
...
@@ -4646,7 +4646,7 @@ and all others are monomorphic until the group is generalised
</para>
<para>
Following a suggestion of Mark Jones, in his paper
<ulink
url=
"http://
www.cse.ogi.edu/~mpj/thih/
"
>
Typing Haskell in
<ulink
url=
"http://
citeseer.ist.psu.edu/424440.html
"
>
Typing Haskell in
Haskell
</ulink>
,
GHC implements a more general scheme. If
<option>
-XRelaxedPolyRec
</option>
is
specified:
...
...
This diff is collapsed.
Click to expand it.
docs/users_guide/parallel.xml
+
1
−
1
View file @
f9d8c0ac
...
...
@@ -33,7 +33,7 @@
url=
"http://research.microsoft.com/copyright/accept.asp?path=/users/simonpj/papers/concurrent-haskell.ps.gz"
>
Concurrent Haskell paper
</ulink>
is still an excellent
resource, as is
<ulink
url=
"http://research.microsoft.com/%7Esimonpj/papers/marktoberdorf"
>
Tackling
url=
"http://research.microsoft.com/%7Esimonpj/papers/marktoberdorf
/
"
>
Tackling
the awkward squad
</ulink>
.
</para><para>
To the programmer, Concurrent Haskell introduces no new language constructs;
...
...
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