[project @ 2002-02-27 11:01:22 by sewardj]
authorsewardj <unknown>
Wed, 27 Feb 2002 11:01:22 +0000 (11:01 +0000)
committersewardj <unknown>
Wed, 27 Feb 2002 11:01:22 +0000 (11:01 +0000)
Change a couple of erroneous <code> to </code>.

ghc/docs/comm/exts/ndp.html

index e6053f2..0c94c39 100644 (file)
@@ -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>