标签:style blog http color ar java sp 数据 div
在 Haskell 中是用空格来将函数名与参数分隔的
min 接受两个可比较大小的参数,并返回较小的那个。
max 同上,返回值大的那个。
succ 返回数的后继,即+1。
那么后面调用语句为 DoubleMe 5 结果为10。
标签:style blog http color ar java sp 数据 div
原文地址:http://blog.csdn.net/chuchus/article/details/40053793