Difference between revisions of "Talk:Hitchhikers guide to Haskell"
From HaskellWiki
(<haskell></haskell> is the correct solution.) |
|||
Line 1: | Line 1: | ||
== Code Indentation: == | == Code Indentation: == | ||
− | + | Haskell code should be indented using the <haskell> tag: | |
− | + | http://www.haskell.org/haskellwiki/HaskellWiki:Syntax_highlighting | |
− | |||
− | + | This also allows for proper cut and paste properties. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
P.S. I am really enjoying this article! It provides a very nice practical introduction to Haskell. Thanks! [[User:Mforbes|Mforbes]] 10:08, 17 April 2006 (UTC) | P.S. I am really enjoying this article! It provides a very nice practical introduction to Haskell. Thanks! [[User:Mforbes|Mforbes]] 10:08, 17 April 2006 (UTC) |
Revision as of 05:48, 3 May 2006
Code Indentation:
Haskell code should be indented using the <haskell> tag:
http://www.haskell.org/haskellwiki/HaskellWiki:Syntax_highlighting
This also allows for proper cut and paste properties.
P.S. I am really enjoying this article! It provides a very nice practical introduction to Haskell. Thanks! Mforbes 10:08, 17 April 2006 (UTC)