]> source.charles.plessy.org Git - source.git/commitdiff
Link to the source.
authorCharles Plessy <https://launchpad.net/~plessy>
Sun, 21 Dec 2014 04:53:52 +0000 (13:53 +0900)
committerCharles Plessy <https://launchpad.net/~plessy>
Sun, 21 Dec 2014 04:55:53 +0000 (13:55 +0900)
Haskell/refSeqIdSymbol.html
Haskell/refSeqIdSymbol.lhs

index 17897f44457e5d055c8bfda0b289146fa839593e..d5a22772b028beb51fa517529c9e2d24a0eb46ba 100644 (file)
@@ -35,7 +35,7 @@ SOURCE      Danio rerio (zebrafish)
 <p>The FEATURES field also contains indented sub-fields, but their name is not restricted to upper-case characters. These subfields are structured: their value starts with sequence coordinates, followed by a list of keys and values, where each pair of keys and values is separated by spaces and a slash '/'.</p>
 <p>Lastly, GenBank records are terminated by a line that contains exactly two slashes (<code>//</code>) and nothing else.</p>
 <h2 id="the-program">The program</h2>
-<p>This whole file is written using <a href="https://www.haskell.org/haskellwiki/Literate_programming">literate Haskell</a>. It can actually be compiled! In literate Haskell, everything is comment by default and the code is prefixed by '&gt; '.</p>
+<p>This whole file (or its [[source|refSeqIdSymbol.lhs]] if you are not reading the plain text version) is written using <a href="https://www.haskell.org/haskellwiki/Literate_programming">literate Haskell</a>. It can actually be compiled! In literate Haskell, everything is comment by default and the code is prefixed by '&gt; '.</p>
 <pre class="sourceCode literate haskell"><code class="sourceCode haskell"><span class="kw">import </span><span class="dt">Text.Parsec</span>
 <span class="kw">import </span><span class="dt">Text.Parsec.String</span>
 <span class="kw">import </span><span class="dt">Data.List</span> (intercalate)
index d4e33f9c62d5d76678db7447d48f5c0a77ff21cc..09d28585b3dedf98c434160305a3c194f08e1258 100644 (file)
@@ -81,7 +81,8 @@ slashes (`//`) and nothing else.
 The program
 -----------
 
-This whole file is written using [literate
+This whole file (or its [[source|refSeqIdSymbol.lhs]] if you are not reading
+the plain text version) is written using [literate
 Haskell](https://www.haskell.org/haskellwiki/Literate_programming).  It can
 actually be compiled!  In literate Haskell, everything is comment by default
 and the code is prefixed by '> '.