arthuraa / coq-void

Mathcomp instances for the empty type
MIT License
0 stars 0 forks source link

Coq Void

The MathComp library has instances for most basic Coq types, but it leaves out Empty_set. This library simply defines a void alias for that type, as well as eqType, choiceType, countType and finType instances.

Requirements

The library has been tested with the following versions, but probably works with older ones as well.

Usage

To compile, do

make

Then, you can install by typing

make install

You can import the library with

From void Require Import void.