2012年2月24日
摘要: What is a type ?a type is a name for a colletion of related values.for example , in haskell the basic typeBoolcontains the two logical values:False True----all type errors are found at compile time , which makes programs safer and faster by removing the need for type checks at run time.----List Type 阅读全文
posted @ 2012-02-24 22:10 江振 阅读(204) 评论(0) 推荐(0)