Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchajed/coq-classes
A library of typeclasses for Coq
https://github.com/tchajed/coq-classes
coq typeclass
Last synced: about 2 months ago
JSON representation
A library of typeclasses for Coq
- Host: GitHub
- URL: https://github.com/tchajed/coq-classes
- Owner: tchajed
- License: mit
- Created: 2018-11-06T18:28:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T14:14:57.000Z (over 2 years ago)
- Last Synced: 2023-03-26T02:12:23.951Z (almost 2 years ago)
- Topics: coq, typeclass
- Language: Coq
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A few Coq typeclasses
[![CI](https://github.com/tchajed/coq-classes/actions/workflows/coq-action.yml/badge.svg)](https://github.com/tchajed/coq-classes/actions/workflows/coq-action.yml)
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`