Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1679542
  • 博文数量: 410
  • 博客积分: 9563
  • 博客等级: 中将
  • 技术积分: 4517
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-03 19:59
个人简介

文章分类

全部博文(410)

文章存档

2017年(6)

2016年(1)

2015年(3)

2014年(4)

2013年(32)

2012年(45)

2011年(179)

2010年(140)

分类: LINUX

2012-04-18 22:02:27


Prelude.hs

Prelude.hs is the standard library which is loaded when you start Haskell, and it contains all the functions you have learned so far. Here's my pick of the most useful. Note that just knowing about these functions ain't gonna help you; knowing how to use them is the key! So, lots of practice is essential.

List processing basics

  • Extra list processing

  • Arithmetic

  • Higher Order Functions
    Map, fold and filter are so powerful, they've been put on instead.


    Tuples


  • Other functions


  • List processing basics

    No examples needed here I hope :)

    instead.

    Tuples
    阅读(3433) | 评论(0) | 转发(1) |
    给主人留下些什么吧!~~