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

一元类型(一阶类型):unary  adj. [数] 一元的  类型构造器--高阶类型(构造器):Kind (type theory)--类型的元

二元类型:类型构造器--高阶类型(构造器):Kind (type theory)--类型的元 is the kind of a binary type

高阶类型:类型构造器--高阶类型(构造器):Kind (type theory)--类型的元:关注类型的变换;

 

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

 

  • 类型构造器--高阶类型(构造器):Kind (type theory)--类型的元, 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.
  • 类型构造器--高阶类型(构造器):Kind (type theory)--类型的元 is the kind of a unary type constructor, e.g. of a list type constructor.
  • 类型构造器--高阶类型(构造器):Kind (type theory)--类型的元 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 类型构造器--高阶类型(构造器):Kind (type theory)--类型的元)
  • 类型构造器--高阶类型(构造器):Kind (type theory)--类型的元 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 - 类型

相关文章:

  • 2021-10-22
  • 2021-11-25
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-12-31
猜你喜欢
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2021-08-17
  • 2022-02-10
相关资源
相似解决方案