haskell常用内置函数

3537阅读 0评论2012-04-18 bailiangcn
分类:LINUX


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
    上一篇:haskell学习笔记(未整理)
    下一篇:家庭教育中的七个大于号