File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
22(* Distributed under the terms of CeCILL-B. *)
3- Require Import mathcomp.ssreflect.ssreflect.
4- From mathcomp
5- Require Import ssrfun ssrbool eqtype ssrnat seq choice fintype.
3+ From mathcomp Require Import ssreflect ssrfun ssrbool.
4+ From mathcomp Require Import eqtype ssrnat seq choice fintype.
65
76(*************************************************************************** *)
87(* This is a small library to do epsilon - N reasoning. *)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ library."""
2121build: [make "-j%{jobs}%"]
2222install: [make "install"]
2323depends: [
24- "coq" {(>= "8.10" & < "8.15 ~") | (= "dev")}
24+ "coq" {(>= "8.10" & < "9.1 ~") | (= "dev")}
2525 "coq-mathcomp-ssreflect" {>= "1.6"}
2626]
2727
You can’t perform that action at this time.
0 commit comments