元类型(0阶类型);nullary type, data types

一元类型(一阶类型):unary  adj. [数] 一元的  

二元类型: is the kind of a binary type

高阶类型::关注类型的变换;

kind is the type of a type constructor or, less commonly, the type of a higher-order type operator.

  • , pronounced "type", is the kind of all data types seen as nullary type constructors, and also called proper types in this context. This normally includes function types in functional programming languages.
  •  is the kind of a unary type constructor, e.g. of a list type constructor.
  •  is the kind of a binary type constructor (via currying), e.g. of a pair type constructor, and also that of a function type constructor (not to be confused with the result of its application, which itself is a function type, thus of kind )
  •  is the kind of a higher-order type operator from unary type constructors to proper types.[2]

https://www.cnblogs.com/feng9exe/p/9155649.html

https://en.wikipedia.org/wiki/Kind_(type_theory)

type多指具体的
kind多指抽象的
kind - 种类
type - 类型

最新文章

  1. lintcode Permutation Index
  2. js实现图片预加载
  3. MapServer+TileCache+Apache+Python24 构建KS数据服务器
  4. C#的索引器
  5. emoji表情符处理替换成空格
  6. HDU 5882 Balanced Game
  7. C++拾遗
  8. Query插件
  9. Shell中的算术运算(译)
  10. celldb.cc
  11. MySQL数据库 命令行 学习笔记(一)
  12. java+Selenium+TestNg搭建自动化测试架构(3)实现POM(page+Object+modal)
  13. laravel自定义门面
  14. lombok @Slf4j注解
  15. Windows 上 怎么安装 install elasticsearch plugin
  16. Xcode/iOS: 如何判断代码运行在DEBUG还是RELEASE模式下?
  17. C++11新特性之二——std::bind std::function 高级用法
  18. Configure Trusted Roots and Disallowed Certificates
  19. spring中ApplicationContext
  20. Django如何把数据库里的html格式输出到前端

热门文章

  1. java在window系统的一些问题
  2. python模块之urllib
  3. json处理第一篇:利用Jackson处理json
  4. CSS十问——好奇心+刨根问底=CSSer(转)
  5. PlayMaker Destroy Self 和 Destroy Object 和 Set Visibility
  6. Murano Weekly Meeting 2016.05.31
  7. 07-spring之三大框架的整合
  8. [RadControl] RadCartesianChart-功能強大圖表控件
  9. 【转】Android事件分发机制完全解析,带你从源码的角度彻底理解(下)
  10. Redis-Service.Stack的初级使用