Skip to content

Instantly share code, notes, and snippets.

@shengyang998
shengyang998 / hs.md
Created February 2, 2017 14:40 — forked from jackywyz/hs.md
Haskell总结

###haskell 基本类型,bool(True/False),list[],tuple(),int,Integer,Double,char'' ,string"",function(\x->x+1)

  1. wiki