基本变量类型 Int:代表有范围的整数 Integer: 代表没有范围的整数 Float,Double,Bool,Char: 你懂的 Tuple,List
类型类
ghci常用命令: :t --显示类型 :l --装载
常用函数 head map