Cookbook
From HaskellWiki
(Difference between revisions)
(remove explanation how a wiki works) |
|||
| Line 2: | Line 2: | ||
* [[Cookbook/General hints|General hints]] | * [[Cookbook/General hints|General hints]] | ||
| - | * [[Cookbook/Strings|Strings]] | + | * [[Cookbook//Lists_and_strings#Strings|Strings]] |
* [[Cookbook/Numbers|Numbers]] | * [[Cookbook/Numbers|Numbers]] | ||
* [[Cookbook/Dates And Time|Dates and time]] | * [[Cookbook/Dates And Time|Dates and time]] | ||
| - | * [[Cookbook/Lists|Lists]] | + | * [[Cookbook//Lists_and_strings#Lists|Lists]] |
* [[Cookbook/Other data structures|Other data structures]] | * [[Cookbook/Other data structures|Other data structures]] | ||
* [[Cookbook/Pattern matching|Pattern matching]] | * [[Cookbook/Pattern matching|Pattern matching]] | ||
Revision as of 13:42, 23 April 2009
- General hints
- Strings
- Numbers
- Dates and time
- Lists
- Other data structures
- Pattern matching
- Interactivity
- Files
- Network programming
- XML
- Databases access
- Graphical user interfaces
- PDF files
- FFI
- Testing
We need to start a Haskell centered cookbook (aka, not a PLEAC clone)
This page is based on the Scheme Cookbook at http://schemecookbook.org/Cookbook/WebHome
