package coq-math-classes

  1. Overview
  2. No Docs
A library of abstract interfaces for mathematical structures in Coq

Install

Dune Dependency

Authors

Maintainers

Sources

8.12.0.tar.gz
sha512=78f07fb5e48260ddbf579b0a470b97dcd1974200fce7e50161d259891fca86e9f896778805a7100ba8e35574b1438ad5822c197d7e30a0449d34a4e213885c2b

Description

Math classes is a library of abstract interfaces for mathematical structures, such as:

  • Algebraic hierarchy (groups, rings, fields, …)
  • Relations, orders, …
  • Categories, functors, universal algebra, …
  • Numbers: N, Z, Q, …
  • Operations, (shift, power, abs, …)

It is heavily based on Coq’s new type classes in order to provide: structure inference, multiple inheritance/sharing, convenient algebraic manipulation (e.g. rewriting) and idiomatic use of notations.

Tags

logpath:MathClasses date:2020-09-02

Published: 04 Sep 2020

Dependencies (2)

  1. coq-bignums
  2. coq >= "8.6" & < "8.13~"

Dev Dependencies

None

Used by (1)

  1. coq-corn != "1.2.0" & < "8.19.0"

Conflicts

None