From 5d9bf1884a9661c75dfcc5aa2b11c04128d83081 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Sun, 21 Dec 2014 13:53:52 +0900 Subject: [PATCH] Link to the source. --- Haskell/refSeqIdSymbol.html | 2 +- Haskell/refSeqIdSymbol.lhs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 '> '.
-- 
2.47.3