博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
高阶类型(构造器):Kind (type theory)
阅读量:5952 次
发布时间:2019-06-19

本文共 683 字,大约阅读时间需要 2 分钟。

 

kind is the type of a  or, less commonly, the type of a .

 

  • *, pronounced "type", is the kind of all  seen as  type constructors, and also called proper types in this context. This normally includes function types in .
  • *\rightarrow * is the kind of a  , e.g. of a  constructor.
  • *\rightarrow *\rightarrow * is the kind of a  type constructor (via ), e.g. of a  constructor, and also that of a  constructor (not to be confused with the result of its application, which itself is a function type, thus of kind *)
  • (*\rightarrow *)\rightarrow * is the kind of a higher-order type operator from unary type constructors to proper types.

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

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

 

type多指具体的

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

你可能感兴趣的文章
50.9. 触发器(Trigger)
查看>>
9.3. where 优化
查看>>
《基于MFC的OpenGL编程》Part 18 Reading objects from the OBJ File Format
查看>>
Spring 文件上传功能
查看>>
RAC静默安装与DG搭建
查看>>
windows 下mysql的安装于使用(启动、关闭)
查看>>
Android 中文 API (28) —— CheckedTextView
查看>>
PHPStorm IDE 快捷键(MAC)
查看>>
反编译代码遇到的问题
查看>>
Android Bitmaps缓存
查看>>
learn go ifelse
查看>>
LINUX中常用操作命令
查看>>
自定义异常类一
查看>>
Launch和Shut Off操作详解 - 每天5分钟玩转 OpenStack(30)
查看>>
23.3. 操作系统监控需求
查看>>
美国国家标准技术局发布应用容器安全指南
查看>>
webservice远程调试开启
查看>>
WinForm员工信息表
查看>>
【AIX】AIX 开机自动挂载NFS共享
查看>>
[20150123]热链竞争.txt
查看>>