summaryrefslogtreecommitdiff
path: root/ghc/docs/comm/exts
diff options
context:
space:
mode:
authorsewardj <unknown>2002-02-27 11:01:22 +0000
committersewardj <unknown>2002-02-27 11:01:22 +0000
commitcffa2a12c30a96caefc9d231dba706ee5dfd217d (patch)
treee8ebc615cc5174d0829968568b40dc9b113d3ea0 /ghc/docs/comm/exts
parent90cdb78726795320190f5dac8e82c4f0a068014a (diff)
downloadhaskell-cffa2a12c30a96caefc9d231dba706ee5dfd217d.tar.gz
[project @ 2002-02-27 11:01:22 by sewardj]
Change a couple of erroneous <code> to </code>.
Diffstat (limited to 'ghc/docs/comm/exts')
-rw-r--r--ghc/docs/comm/exts/ndp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/docs/comm/exts/ndp.html b/ghc/docs/comm/exts/ndp.html
index e6053f2fa9..0c94c3960b 100644
--- a/ghc/docs/comm/exts/ndp.html
+++ b/ghc/docs/comm/exts/ndp.html
@@ -108,7 +108,7 @@ apat -> '[:' pat1 ',' ... ',' patk ':]' (array pattern, k >= 0)
defines the type <code>[::]</code> and operations to create, process,
and inspect parallel arrays. The type as well as the names of some of
the operations are also hardwired in <a
- href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/prelude/TysWiredIn.lhs"><code>TysWiredIn<code></a>
+ href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/prelude/TysWiredIn.lhs"><code>TysWiredIn</code></a>
(see the definition of <code>parrTyCon</code> in this module) and <a
href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/prelude/PrelNames.lhs"><code>PrelNames</code></a>.
This is again very much like the case of lists, where the type is
@@ -170,7 +170,7 @@ apat -> '[:' pat1 ',' ... ',' patk ':]' (array pattern, k >= 0)
<p>
The solution to this is an (unlimited) set of <em>fake</em> constructors
for parallel arrays, courtesy of <a
- href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/prelude/TysWiredIn.lhs"><code>TysWiredIn<code></a><code>.parrFakeCon</code>.
+ href="http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/prelude/TysWiredIn.lhs"><code>TysWiredIn</code></a><code>.parrFakeCon</code>.
In other words, any pattern of the form <code>[:<i>p<sub>1</sub></i>,
..., <i>p<sub>n</sub></i>:]</code> is transformed into
<blockquote>