From: Charles Plessy Date: Sun, 21 Dec 2014 04:53:52 +0000 (+0900) Subject: Link to the source. X-Git-Url: https://source.charles.plessy.org/?a=commitdiff_plain;h=5d9bf1884a9661c75dfcc5aa2b11c04128d83081;p=source%2F.git Link to the source. --- diff --git a/Haskell/refSeqIdSymbol.html b/Haskell/refSeqIdSymbol.html index 17897f44..d5a22772 100644 --- a/Haskell/refSeqIdSymbol.html +++ b/Haskell/refSeqIdSymbol.html @@ -35,7 +35,7 @@ SOURCE Danio rerio (zebrafish)

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 '/'.

Lastly, GenBank records are terminated by a line that contains exactly two slashes (//) and nothing else.

The program

-

This whole file is written using literate Haskell. It can actually be compiled! In literate Haskell, everything is comment by default and the code is prefixed by '> '.

+

This whole file (or its [[source|refSeqIdSymbol.lhs]] if you are not reading the plain text version) is written using literate Haskell. It can actually be compiled! In literate Haskell, everything is comment by default and the code is prefixed by '> '.

import Text.Parsec
 import Text.Parsec.String
 import Data.List (intercalate)
diff --git a/Haskell/refSeqIdSymbol.lhs b/Haskell/refSeqIdSymbol.lhs
index d4e33f9c..09d28585 100644
--- a/Haskell/refSeqIdSymbol.lhs
+++ b/Haskell/refSeqIdSymbol.lhs
@@ -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 '> '.