Personal tools

Talk:Literate programming

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(:: -> \coloncolon)
Current revision (15:14, 24 August 2010) (edit) (undo)
 
Line 5: Line 5:
== :: -> \coloncolon ==
== :: -> \coloncolon ==
-
In the Latex "oberdiek" bundle there is a package colonequals which provides the symbol \coloncolon, thus {::}{{\coloncolon}}1 would replace it with listings. -- [[User:Lambdor|lambdor]] 14:30, 24 August 2010 (UTC)
+
In the Latex "oberdiek" bundle there is a package "colonequals" which provides the symbol \coloncolon, thus <nowiki>{::}{{\coloncolon}}1</nowiki> would replace it using listings. Should we add that too? -- [[User:Lambdor|lambdor]] 14:30, 24 August 2010 (UTC)

Current revision

1 Bird Style

I just inserted a section on Bird style comments, mostly to point to the flag that relaxes the blank lines restriction. The discussion leading to this discovery can be found here [1]. It may arguably be better to keep the top sections generic, and leave these types of specific hints to the bottom. tanimoto 05:08, 26 September 2008 (UTC)

2  :: -> \coloncolon

In the Latex "oberdiek" bundle there is a package "colonequals" which provides the symbol \coloncolon, thus {::}{{\coloncolon}}1 would replace it using listings. Should we add that too? -- lambdor 14:30, 24 August 2010 (UTC)