项目作者: tchajed

项目描述 :
A library of typeclasses for Coq
高级语言: Coq
项目地址: git://github.com/tchajed/coq-classes.git
创建时间: 2018-11-06T18:28:56Z
项目社区:https://github.com/tchajed/coq-classes

开源协议:

下载


A few Coq typeclasses

CI

Includes the following typeclasses, as well as several instances for standard datatypes:

  • EqualDec for decidable equality
  • Default for inhabited types, with witness default.
  • Ordering for totally ordered types, which includes instances for list and string.

This dependency is mainly so multiple projects share the same typeclass definitions.

Installation

git submodule add https://github.com/tchajed/coq-classes vendor/classes