Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
137f52f4
Commit
137f52f4
authored
Nov 26, 2007
by
Ian Lynagh
Browse files
Tweak some URLs
parent
3454afa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/index.html
View file @
137f52f4
...
...
@@ -48,7 +48,7 @@
<P>
For more information, see the following:
</p>
<ul>
<li><p><a
href=
"http://www.haskell.org/ghc"
>
GHC Home Page
</a></p></li>
<li><p><a
href=
"http://www.haskell.org/ghc
/
"
>
GHC Home Page
</a></p></li>
<li><p><a
href=
"http://hackage.haskell.org/trac/ghc/"
>
GHC Developers Home
</a></p></li>
</ul>
...
...
docs/users_guide/glasgow_exts.xml
View file @
137f52f4
...
...
@@ -993,7 +993,7 @@ and improve termination (Section 3.2 of the paper).
</para>
<para>
The web page:
<ulink
url=
"http://www.cse.ogi.edu/PacSoft/projects/rmb"
>
http://www.cse.ogi.edu/PacSoft/projects/rmb
</ulink>
The web page:
<ulink
url=
"http://www.cse.ogi.edu/PacSoft/projects/rmb
/
"
>
http://www.cse.ogi.edu/PacSoft/projects/rmb
/
</ulink>
contains up to date information on recursive monadic bindings.
</para>
...
...
@@ -2214,7 +2214,7 @@ the type <literal>a</literal> is refined to <literal>Int</literal>. That's the
A precise specification of the type rules is beyond what this user manual aspires to,
but the design closely follows that described in
the paper
<ulink
url=
"http://research.microsoft.com/%7Esimonpj/papers/gadt/
index.htm
"
>
Simple
url=
"http://research.microsoft.com/%7Esimonpj/papers/gadt/"
>
Simple
unification-based type inference for GADTs
</ulink>
,
(ICFP 2006).
The general principle is this:
<emphasis>
type refinement is only carried out
...
...
@@ -4354,7 +4354,7 @@ Notice here that the <literal>Maybe</literal> type is parameterised by the
[a])
</literal>
.
</para>
<para>
The technical details of this extension are described in the paper
<ulink
url=
"http://research.microsoft.com/%7Esimonpj/papers/boxy"
>
Boxy types:
<ulink
url=
"http://research.microsoft.com/%7Esimonpj/papers/boxy
/
"
>
Boxy types:
type inference for higher-rank types and impredicativity
</ulink>
,
which appeared at ICFP 2006.
</para>
...
...
@@ -4730,7 +4730,7 @@ Type families are enabled by the flag <option>-XTypeFamilies</option>.
Haskell.
The background to
the main technical innovations is discussed in "
<ulink
url=
"http://research.microsoft.com/~simonpj/papers/meta-haskell"
>
url=
"http://research.microsoft.com/~simonpj/papers/meta-haskell
/
"
>
Template Meta-programming for Haskell
</ulink>
" (Proc Haskell Workshop 2002).
</para>
<para>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment